Skip to content

Commit

Permalink
Add support for per-app languages
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Sep 18, 2024
1 parent e7b24f6 commit 35664cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ android {
}
}

androidResources {
generateLocaleConfig = true
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down
1 change: 1 addition & 0 deletions app/android/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 35664cb

Please sign in to comment.