summaryrefslogtreecommitdiff
path: root/.tx
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2017-10-06 12:24:31 +0200
committerTeus Benschop <teusjannette@gmail.com>2017-10-06 12:24:31 +0200
commit90d2181239761f8950b95768d3b037843e9e8b50 (patch)
tree6cc667ab420cc04029de2de7e361d2305e214595 /.tx
parent1ea03c0fce8066c1e22188447b4a6ca4dcef1201 (diff)
New upstream version 2.11.0
Diffstat (limited to '.tx')
-rw-r--r--.tx/config27
1 files changed, 27 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config
new file mode 100644
index 0000000..9e18e1d
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,27 @@
+[main]
+host = https://www.transifex.com
+
+[bibletime.bibletime_ui]
+file_filter = i18n/messages/bibletime_ui_<lang>.ts
+source_file = i18n/messages/bibletime_ui.ts
+source_lang = en
+type = TS
+
+[bibletime.mobile_ui]
+file_filter = i18n/messages/mobile_ui_<lang>.ts
+source_file = i18n/messages/mobile_ui.ts
+source_lang = en
+type = TS
+
+[bibletime.handbook]
+file_filter = i18n/handbook/handbook-<lang>.po
+source_file = i18n/handbook/handbook.pot
+source_lang = en
+type = PO
+
+[bibletime.howto]
+file_filter = i18n/howto/howto-<lang>.po
+source_file = i18n/howto/howto.pot
+source_lang = en
+type = PO
+