1
0
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:
Miles Krell 2025-03-11 23:29:23 -04:00
parent ea20ca9e72
commit b888dc72cf
2 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,10 @@ android {
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
}
androidResources {
generateLocaleConfig = true
}
buildFeatures {
viewBinding true
buildConfig true

View File

@ -0,0 +1 @@
unqualifiedResLocale=en-US