diff options
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,9 +39,9 @@ host = https://www.transifex.com # tap:i18n requires us to use `-` separator in the language identifiers whereas # Transifex uses a `_` separator, without an option to customize it on one side # or the other, so we need to do a Manual mapping. -lang_map = es_ES: es-ES, fi_FI:fi, pt_BR:pt-BR, zh_CN:zh-CN, zh_TW: zh-TW +lang_map = es_ES:es-ES, fa_IR:fa, pt_BR:pt-BR, ro_RO:ro, zh_CN:zh-CN, zh_TW:zh-TW -[wekan.application] +[wefork.application] file_filter = i18n/<lang>.i18n.json source_lang = en type = KEYVALUEJSON @@ -49,7 +49,7 @@ type = KEYVALUEJSON # We might have a dedicated second resource later to translate the “Welcome # Board” data. # -# [wekan.welcomeBoard] +# [wefork.welcomeBoard] # file_filter = private/welcomeBoard/<lang>.json # source_lang = en # type = KEYVALUEJSON |