Enable support for Android per-app language preferences (#2795)
* Enable support for Android per-app language preferences * Add changelog entry
This commit is contained in:
parent
3dfd309844
commit
474a1412ed
3 changed files with 22 additions and 0 deletions
|
|
@ -165,6 +165,10 @@ android {
|
|||
buildConfigField("String", "FLAVOR_DESCRIPTION", "\"FDroid\"")
|
||||
}
|
||||
}
|
||||
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
androidComponents {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue