summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:29:48 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:29:48 +0000
commit346ff86c0c4e0ba6c20da3e2d9ada4671fbc2eb4 (patch)
tree8cb0112055b1430fc6d7535caa065a751835b9a0 /doc
parenta34dd7e13f2b07cb2813c781cb9f928c71fcd825 (diff)
downloadwireshark-346ff86c0c4e0ba6c20da3e2d9ada4671fbc2eb4.tar.gz
Update README.qt after last change in QtShark translations (Add Preferences to select language)
svn path=/trunk/; revision=51879
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/README.qt b/doc/README.qt
index fd3490159f..783f163a19 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -185,7 +185,10 @@ http://www.parashift.com/c++-faq/mixing-c-and-cpp.html
3. Translations (i18n)
For make your own translation of QtShark ! it is easy !
-- Add your translation (qtshark_XX.ts) in QtShark.pro, i18n.qrc and ui/qt/Makefile.common
+- Add your translation (qtshark_XX.ts) in QtShark.pro, i18n.qrc, ui/qt/Makefile.common
+ 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