Skip to content

Commit

Permalink
Add support for app languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Nov 1, 2023
1 parent f073ef8 commit 69ec0fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ android {
}
}

androidResources {
@Suppress("UnstableApiUsage")
generateLocaleConfig = true
}

if (keystorePropertiesFile.exists()) {
signingConfigs {
create(SigningConfigs.RELEASE) {
Expand Down
1 change: 1 addition & 0 deletions android/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 69ec0fb

Please sign in to comment.