make language changeable
to change: settings -> system -> languages -> app languages
This commit is contained in:
parent
3a8ae37c09
commit
89a0a69692
2 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,10 @@ android {
|
|||
excludes += "/META-INF/{AL2.0,LGPL2.1}"
|
||||
}
|
||||
}
|
||||
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
1
app/src/main/res/resources.properties
Normal file
1
app/src/main/res/resources.properties
Normal file
|
@ -0,0 +1 @@
|
|||
unqualifiedResLocale=en
|
Loading…
Reference in a new issue