From d77cf3c78da09e597dc62fc5da3b557774588804 Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 11 Jul 2022 16:30:52 -0400 Subject: [PATCH] Support locales config --- mobile/src/main/AndroidManifest.xml | 1 + mobile/src/main/res/xml/locales_config.xml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 mobile/src/main/res/xml/locales_config.xml diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index 96bcb999..16bb34cf 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -62,6 +62,7 @@ android:hasFragileUserData="true" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" + android:localeConfig="@xml/locales_config" android:supportsRtl="true" android:theme="@style/AppTheme" tools:ignore="GoogleAppIndexingWarning"> diff --git a/mobile/src/main/res/xml/locales_config.xml b/mobile/src/main/res/xml/locales_config.xml new file mode 100644 index 00000000..3eda516d --- /dev/null +++ b/mobile/src/main/res/xml/locales_config.xml @@ -0,0 +1,8 @@ + + + + + + + +