mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-05-17 06:44:05 +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())
|
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
androidResources {
|
||||||
|
generateLocaleConfig = true
|
||||||
|
}
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
buildConfig 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