From 298d4b504be693e15abb7cfdbca3a16b1c32336c Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Thu, 11 Jan 2024 08:34:55 +0100 Subject: [PATCH] Add transifex language mapping --- .tx/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index 7dfe59270..8ba526e48 100755 --- a/.tx/config +++ b/.tx/config @@ -5,8 +5,8 @@ host = https://app.transifex.com file_filter = application/resources/src/main/res/values-/strings.xml source_file = application/resources/src/main/res/values/strings.xml type = ANDROID -minimum_perc = 0 +minimum_perc = 50 resource_name = android replace_edited_strings = false keep_translations = false - +lang_map = zh_CN: zh-rCN, zh_TW: zh-rTW, zgh: zgh-rMA, en_GB: en-rGB, es_MX: es-rMX, pt_BR: pt-rBR, pt_PT: pt \ No newline at end of file