aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-02-16 09:30:17 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-03-05 06:31:14 +0000
commit51c3d2784ef86a3dfc7e58c9e773624a57f37cdb (patch)
treed74742a1b7690e56372636b155716947165cfe5b
parente2bf218a4654d1f29c3e459f9ad09c94ab3bccce (diff)
Add Transifex Configuration
Change-Id: I7fa4593b086d285553eaa4334303dab019446a76 Reviewed-on: https://code.wireshark.org/review/7156 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--.tx/config14
1 files changed, 14 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config
new file mode 100644
index 0000000000..ba86c226d8
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,14 @@
+[main]
+host = https://www.transifex.com
+
+[wireshark.master]
+file_filter = ui/qt/wireshark_<lang>.ts
+source_file = ui/qt/wireshark_en.ts
+source_lang = en
+trans.de = ui/qt/wireshark_de.ts
+trans.fr = ui/qt/wireshark_fr.ts
+trans.it = ui/qt/wireshark_it.ts
+trans.ja_JP = ui/qt/wireshark_ja_JP.ts
+trans.pl = ui/qt/wireshark_pl.ts
+trans.zh_CN = ui/qt/wireshark_zh_CN.ts
+