Added option to switch the app language (via android system settings) (#7214)
This commit is contained in:
parent
43d487f7e9
commit
38f56d6d9b
|
@ -56,6 +56,7 @@ android {
|
|||
|
||||
androidResources {
|
||||
additionalParameters += ["--no-version-vectors"]
|
||||
generateLocaleConfig true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
unqualifiedResLocale=en
|
Loading…
Reference in New Issue