From 1165a708d5fb608678e977f797b8de6d4cef5495 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 7 Feb 2024 14:41:29 +0100 Subject: [PATCH] .tx/config: Use language mappings for android "tx pull" (#7422) The language names we are using in the android resources differ from those on Transifex. We need to manually specify mappings for them, so Transifex is able to place the files in the correct folders. --- dist/languages/.tx/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/languages/.tx/config b/dist/languages/.tx/config index 8b5fd8185..dfade2b1c 100644 --- a/dist/languages/.tx/config +++ b/dist/languages/.tx/config @@ -11,3 +11,4 @@ type = QT file_filter = ../../src/android/app/src/main/res/values-/strings.xml source_file = ../../src/android/app/src/main/res/values/strings.xml type = ANDROID +lang_map = es_ES:es, hu_HU:hu, ru_RU:ru, pt_BR:pt, zh_CN:zh