summaryrefslogtreecommitdiff
path: root/dist/languages/.tx/config
diff options
context:
space:
mode:
authorGravatar FearlessTobi2024-02-05 15:57:13 +0100
committerGravatar FearlessTobi2024-02-05 15:57:13 +0100
commitddbefc71cb4895e193276b50af9125b5072f3032 (patch)
treecd4cb23701464936713c1ab326fe08a0c54bc4fe /dist/languages/.tx/config
parentMerge pull request #12892 from liamwhite/serialization-stuff (diff)
downloadyuzu-ddbefc71cb4895e193276b50af9125b5072f3032.tar.gz
yuzu-ddbefc71cb4895e193276b50af9125b5072f3032.tar.xz
yuzu-ddbefc71cb4895e193276b50af9125b5072f3032.zip
.tx/config: Use language mappings for android "tx pull"
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.
Diffstat (limited to '')
-rw-r--r--dist/languages/.tx/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/languages/.tx/config b/dist/languages/.tx/config
index cca7b3d67..fbdfbe017 100644
--- a/dist/languages/.tx/config
+++ b/dist/languages/.tx/config
@@ -11,3 +11,4 @@ type = QT
11file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml 11file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml
12source_file = ../../src/android/app/src/main/res/values/strings.xml 12source_file = ../../src/android/app/src/main/res/values/strings.xml
13type = ANDROID 13type = ANDROID
14lang_map = ja_JP:ja, ko_KR:ko, pt_BR:pt-rBR, pt_PT:pt-rPT, ru_RU:ru, vi_VN:vi, zh_CN:zh-rCN, zh_TW:zh-rTW