Skip to content

Commit

Permalink
Add automatic Per App Languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-GYT committed Apr 13, 2024
1 parent 2f8a2c7 commit 7ad624a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Expand Up @@ -98,6 +98,9 @@ android {
namespace 'com.owncloud.android'
testNamespace "${namespace}.test"

androidResources {
generateLocaleConfig = true
}

defaultConfig {
minSdkVersion 24
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/resources.properties
@@ -0,0 +1 @@
unqualifiedResLocale=en-US

0 comments on commit 7ad624a

Please sign in to comment.