From e6c29ad05de78358b975adb97c0d23519fd38159 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Fri, 19 May 2023 22:52:44 +0530 Subject: [PATCH] Enable per-app language preferences Signed-off-by: Aayush Gupta --- app/src/main/AndroidManifest.xml | 1 + app/src/main/res/xml/locales_config.xml | 65 +++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 app/src/main/res/xml/locales_config.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 909e9bc63..b3625519c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -66,6 +66,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" + android:localeConfig="@xml/locales_config" tools:targetApi="m"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +