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 @@ + + + + + + + +