aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.qt
diff options
context:
space:
mode:
authorJeff Morriss <morriss@ulticom.com>2014-02-25 11:20:22 -0500
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-02-25 18:04:55 +0000
commitcd02def632d01ca2f725955018bec7a311cdb985 (patch)
tree842435ff4d347c13097dec52d3d22f0473045117 /doc/README.qt
parentcd9f6e077fdbdde2462acea6b7906e153c8c4864 (diff)
Clean up some more subversion references in the documentation.
Change-Id: Id6cf1a617bff3e09e47933a69d505393502874d1 Reviewed-on: https://code.wireshark.org/review/370 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'doc/README.qt')
-rw-r--r--doc/README.qt16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 967dc41cbb..a9657c8e5d 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -199,16 +199,18 @@ http://www.parashift.com/c++-faq/mixing-c-and-cpp.html
where appropriate.
3. Translations (i18n)
-For make your own translation of QtShark ! it is easy !
+
+Qt makes translating the Wireshark UI into different languages easy.
- Add your translation (qtshark_XX.ts) in QtShark.pro, i18n.qrc, ui/qt/Makefile.common
- and ui/qt/CMakeList.txt
+ and ui/qt/CMakeList.txt .
- Add also in epan/prefs.c, in ui/qt/main.cpp add case in switch(prefs_p->gui_qt_language)
- and in main_windows_preferences_frame.ui (use qt-design) to add in prefs
-- Launch "lupdate QtShark.pro" to generate/update your translation file
-- Translate with Qt Linguist
-- Launch "lrelease QtShark.pro" to create/update qtshark_xx.qm file
-- Attach your modification ("svn diff") in Wireshark Bug Tracker
+ and in main_windows_preferences_frame.ui (use qt-design) to add in prefs.
+- Run "lupdate QtShark.pro" to generate/update your translation file.
+- Translate with Qt Linguist.
+- Run "lrelease QtShark.pro" to create/update qtshark_xx.qm file.
+- Push your translation to Gerrit for review ("git push").
More information about Qt Linguist
http://qt-project.org/doc/qt-4.8/linguist-manual.html
+