feat: Automatic language detection (#2032)

This commit is contained in:
Pun Butrach 2024-07-06 01:34:13 +07:00 committed by GitHub
parent 6f9a984541
commit 032ca39cf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View file

@ -20,9 +20,6 @@ android {
targetSdk = 34
versionCode = 1
versionName = "0.0.1"
resourceConfigurations.addAll(listOf(
"en",
))
vectorDrawables.useSupportLibrary = true
}
@ -88,6 +85,12 @@ android {
buildFeatures.aidl = true
buildFeatures.buildConfig=true
android {
androidResources {
generateLocaleConfig = true
}
}
composeOptions.kotlinCompilerExtensionVersion = "1.5.10"
externalNativeBuild {
cmake {

View file

@ -0,0 +1 @@
unqualifiedResLocale=en-US