diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-11-21 09:19:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 09:19:34 -0500 |
commit | 538e137bcaec656effd4c2a4f77aba42db579b40 (patch) | |
tree | cbdb69e80fb89900bf1c78c065d6b624718ef5a0 | |
parent | e69118042f419a2440083cd795ad8f119028023c (diff) | |
parent | 0298c2cc5de073ed1a2befcbaea24fd497763771 (diff) |
Merge pull request #12100 from t895/android-translations
translations: Add android translations to transifex config
-rw-r--r-- | dist/languages/.tx/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/languages/.tx/config b/dist/languages/.tx/config index 30e76b925..cca7b3d67 100644 --- a/dist/languages/.tx/config +++ b/dist/languages/.tx/config @@ -6,3 +6,8 @@ file_filter = <lang>.ts source_file = en.ts source_lang = en type = QT + +[o:yuzu-emulator:p:yuzu:r:yuzu-android] +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 |