From 0298c2cc5de073ed1a2befcbaea24fd497763771 Mon Sep 17 00:00:00 2001
From: t895 <clombardo169@gmail.com>
Date: Sun, 19 Nov 2023 23:39:04 -0500
Subject: [PATCH] translations: Add android translations to transifex config

---
 dist/languages/.tx/config | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dist/languages/.tx/config b/dist/languages/.tx/config
index 30e76b9259..cca7b3d671 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