Enable per-app language, closes #1430

This commit is contained in:
GitGitro
2024-05-12 18:07:35 +02:00
parent 84df499ea6
commit bd26b6514a
2 changed files with 24 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true">
android:usesCleartextTraffic="true"
android:localeConfig="@xml/locales_config">
<activity
android:name=".MainActivity"
android:exported="true"