diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2024-02-05 19:40:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 19:40:53 +0100 |
commit | 18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8 (patch) | |
tree | cd4cb23701464936713c1ab326fe08a0c54bc4fe | |
parent | Merge pull request #12892 from liamwhite/serialization-stuff (diff) | |
parent | .tx/config: Use language mappings for android "tx pull" (diff) | |
download | yuzu-18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8.tar yuzu-18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8.tar.gz yuzu-18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8.tar.bz2 yuzu-18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8.tar.lz yuzu-18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8.tar.xz yuzu-18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8.tar.zst yuzu-18c8f10ff202291d61e0deffdf7a2e0d0aa0ade8.zip |
-rw-r--r-- | dist/languages/.tx/config | 1 |
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 file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml source_file = ../../src/android/app/src/main/res/values/strings.xml type = ANDROID +lang_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 |