Skip to content

Commit

Permalink
Enable automatic per-app language support (Closes: #1497)
Browse files Browse the repository at this point in the history
Thanks to ploink
  • Loading branch information
jspricke authored and Gitsaibot committed Nov 6, 2023
1 parent 4f20712 commit f31f804
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ android {

useLibrary 'android.test.base'
useLibrary 'android.test.mock'

androidResources {
generateLocaleConfig true
}

}

dependencies {
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

0 comments on commit f31f804

Please sign in to comment.