summaryrefslogtreecommitdiff
path: root/ui/qt/i18n.qrc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-07 10:16:33 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-07 10:16:33 +0000
commitfe840481ec6960030e46562f8176f01065c90e4b (patch)
tree3f2ee3f8d3716afd6ea9b596aa932f22221d7f76 /ui/qt/i18n.qrc
parent9581065b3fa4ea94e0a6fe189cb471a93c6e4d79 (diff)
downloadwireshark-fe840481ec6960030e46562f8176f01065c90e4b.tar.gz
Add i18n to QtShark
The goal is only to translate the Gui (Not dissector) Actually, there is only a french translation. To try, (if you are not French) launch qtshark with LANG=fr ./qtshark (in ui/qt folder) Missing some feature : * Add preference to select (force) your language * Some Gui Text, it no available for translation * Documentation about how to translate (Coming soon...) * Your translation ! svn path=/trunk/; revision=41389
Diffstat (limited to 'ui/qt/i18n.qrc')
-rw-r--r--ui/qt/i18n.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/qt/i18n.qrc b/ui/qt/i18n.qrc
new file mode 100644
index 0000000000..0c9a27cfc2
--- /dev/null
+++ b/ui/qt/i18n.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/i18n">
+ <file>qtshark_fr.qm</file>
+ </qresource>
+</RCC>