diff options
| author | 2023-11-19 23:39:04 -0500 | |
|---|---|---|
| committer | 2023-11-20 10:37:09 -0500 | |
| commit | 0298c2cc5de073ed1a2befcbaea24fd497763771 (patch) | |
| tree | 0c2dc770c3e0feffc573eb6758b0340d1f591f3f | |
| parent | Merge pull request #12097 from Squall-Leonhart/ResourceToGetResource (diff) | |
| download | yuzu-0298c2cc5de073ed1a2befcbaea24fd497763771.tar.gz yuzu-0298c2cc5de073ed1a2befcbaea24fd497763771.tar.xz yuzu-0298c2cc5de073ed1a2befcbaea24fd497763771.zip | |
translations: Add android translations to transifex config
Diffstat (limited to '')
| -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 | |||
| 6 | source_file = en.ts | 6 | source_file = en.ts |
| 7 | source_lang = en | 7 | source_lang = en |
| 8 | type = QT | 8 | type = QT |
| 9 | |||
| 10 | [o:yuzu-emulator:p:yuzu:r:yuzu-android] | ||
| 11 | file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml | ||
| 12 | source_file = ../../src/android/app/src/main/res/values/strings.xml | ||
| 13 | type = ANDROID | ||