Add Android Per App Language Support

This commit is contained in:
Arthur-GYT 2024-04-24 11:07:48 +02:00
parent 9828586762
commit 72649d64ca
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,10 @@ android {
compileSdk 34
namespace 'org.schabi.newpipe'
androidResources {
generateLocaleConfig = true
}
defaultConfig {
applicationId "org.schabi.newpipe"
resValue "string", "app_name", "NewPipe"

View File

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