[Android] Add transifex language mapping

Nicolas Pomepuy git at videolan.org
Thu Jan 11 12:25:55 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jan 11 08:34:55 2024 +0100| [298d4b504be693e15abb7cfdbca3a16b1c32336c] | committer: Nicolas Pomepuy

Add transifex language mapping

> https://code.videolan.org/videolan/vlc-android/commit/298d4b504be693e15abb7cfdbca3a16b1c32336c
---

 .tx/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.tx/config b/.tx/config
index 7dfe592707..8ba526e48e 100755
--- a/.tx/config
+++ b/.tx/config
@@ -5,8 +5,8 @@ host = https://app.transifex.com
 file_filter            = application/resources/src/main/res/values-<lang>/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



More information about the Android mailing list