Skip to content

Commit

Permalink
Add automatic Per App Languages
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur-GYT <[email protected]>
  • Loading branch information
Arthur-GYT authored and alperozturk96 committed Apr 29, 2024
1 parent 3755df0 commit 58e05f3
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unqualifiedResLocale=en-US

0 comments on commit 58e05f3

Please sign in to comment.