From 860723810bc367b6b93f19f738a6487a6543a51e Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 30 Sep 2023 10:02:22 +0200 Subject: [PATCH] support per-app language settings --- src/main/AndroidManifest.xml | 1 + src/main/res/xml/locales_config.xml | 44 +++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 src/main/res/xml/locales_config.xml diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 6676e18b4..aca21e2ed 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -87,6 +87,7 @@ android:requestLegacyExternalStorage="true" android:theme="@style/ConversationsTheme" tools:replace="android:label" + android:localeConfig="@xml/locales_config" tools:targetApi="q"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file