Browse Source
Merge pull request #12100 from t895/android-translations
translations: Add android translations to transifex config
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
dist/languages/.tx/config
|
|
@ -6,3 +6,8 @@ file_filter = <lang>.ts |
|
|
source_file = en.ts |
|
|
source_file = en.ts |
|
|
source_lang = en |
|
|
source_lang = en |
|
|
type = QT |
|
|
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 |