Skip to content

Commit

Permalink
Add Android Per App Language Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-GYT committed Apr 24, 2024
1 parent 9828586 commit 72649d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ android {
compileSdk 34
namespace 'org.schabi.newpipe'

androidResources {
generateLocaleConfig = true
}

defaultConfig {
applicationId "org.schabi.newpipe"
resValue "string", "app_name", "NewPipe"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/resources.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unqualifiedResLocale=en-US

0 comments on commit 72649d6

Please sign in to comment.