mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-05-15 13:54:06 +00:00
Support per-app language preferences
This commit is contained in:
parent
ea20ca9e72
commit
b888dc72cf
@ -97,6 +97,10 @@ android {
|
||||
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
|
||||
}
|
||||
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig true
|
||||
|
1
app/src/main/res/resources.properties
Normal file
1
app/src/main/res/resources.properties
Normal file
@ -0,0 +1 @@
|
||||
unqualifiedResLocale=en-US
|
Loading…
x
Reference in New Issue
Block a user