Skip to content

Commit

Permalink
add per-app language preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Sep 30, 2023
1 parent e2f14df commit 5ddeb72
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 @@ -30,6 +30,10 @@ android {
}
}

androidResources {
generateLocaleConfig = true
}

flavorDimensions = ["type"]
productFlavors {
dev {
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 5ddeb72

Please sign in to comment.