summaryrefslogtreecommitdiff
path: root/.tx
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-08-04 12:36:51 +0200
committercyBerta <cyberta@riseup.net>2019-08-04 12:36:51 +0200
commitef952ecbca746889c2d9f04684d5c001bd6cae89 (patch)
tree371a714fea30f5378b6d15417a4092fad3b605a9 /.tx
parentc0eb7612630d14004b5808bc6696240460833f7c (diff)
fix language mapping in tx config file
Diffstat (limited to '.tx')
-rw-r--r--.tx/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/.tx/config b/.tx/config
index 5f63c913..f29f8130 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,9 +1,11 @@
[main]
host = https://www.transifex.com
+lang_map = es_AR:es-rAR, fa_IR:fa-rIR, kn_IN:kn-rIN, pt_BR:pt-rBR, pt_PT:pt-rPT, zh_CN:zh-rCN, zh_TW:zh-rTW
+
[bitmask-android.strings]
file_filter = app/src/main/res/values-<lang>/strings.xml
-minimum_perc = 0
+minimum_perc = 25
source_file = app/src/main/res/values/strings.xml
source_lang = en
type = ANDROID