From 15ea0c63362abf71cdf2901fbe19a6ee885726d9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 14 Dec 2023 04:57:08 +0100 Subject: [PATCH] Port yuzu-emu/yuzu#12100: "translations: Add android translations to transifex config" (#7246) Port of https://github.com/yuzu-emu/yuzu/pull/12100. Co-authored-by: Charles Lombardo --- dist/languages/.tx/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/languages/.tx/config b/dist/languages/.tx/config index aeb14e37b..8b5fd8185 100644 --- a/dist/languages/.tx/config +++ b/dist/languages/.tx/config @@ -7,3 +7,7 @@ source_file = en.ts source_lang = en type = QT +[o:citra:p:citra:r:android] +file_filter = ../../src/android/app/src/main/res/values-/strings.xml +source_file = ../../src/android/app/src/main/res/values/strings.xml +type = ANDROID