Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.tx
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2014-04-27 05:20:48 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2014-04-27 05:20:48 +0400
commita429c7632bbbe8a8264a9d1dc67d837b8fcefe72 (patch)
tree79c1103ed5edf89edd91713c6b8d3af707ca9af8 /.tx
parentd3660652c18e442e70d2693e635d4b4bbeeea773 (diff)
Add transifex client configuration for project.
See http://docs.transifex.com/developer/client/ for the documentation on the client. The two basic actions we need are: tx push -s Pushes a updated source translation to transifex tx pull -af Downloads all current translation overwriting the existing ones. Completely new translations have to be added manually to the mumble.pro file to be picked up during compilation.
Diffstat (limited to '.tx')
-rw-r--r--.tx/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config
new file mode 100644
index 000000000..cd6658207
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,8 @@
+[main]
+host = https://www.transifex.com
+
+[mumble.mumble_ents]
+file_filter = src/mumble/mumble_<lang>.ts
+source_lang = en
+type = QT
+