Skip to content

Commit a82a125

Browse files
committedAug 31, 2022
1 parent ab19258 commit a82a125

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
android:fullBackupContent="true"
106106
android:icon="@mipmap/ic_launcher"
107107
android:label="@string/labelApp"
108+
android:localeConfig="@xml/locales_config"
108109
android:supportsRtl="true"
109110
android:theme="@style/Theme.K6nele"
110111
android:usesCleartextTraffic="true">
+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Failed to load comments.