We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab19258 commit a82a125Copy full SHA for a82a125
app/src/main/AndroidManifest.xml
@@ -105,6 +105,7 @@
105
android:fullBackupContent="true"
106
android:icon="@mipmap/ic_launcher"
107
android:label="@string/labelApp"
108
+ android:localeConfig="@xml/locales_config"
109
android:supportsRtl="true"
110
android:theme="@style/Theme.K6nele"
111
android:usesCleartextTraffic="true">
app/src/main/res/xml/locales_config.xml
@@ -0,0 +1,5 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <locale android:name="en-US"/> <!-- English (United States) -->
4
+ <locale android:name="et"/> <!-- Estonian -->
5
+</locale-config>
0 commit comments