Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
enable per-app language setting (Android-13+)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrahn committed Aug 5, 2024
1 parent 33e8dc7 commit 337aab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ android {
buildFeatures { compose = true }
composeOptions { useLiveLiterals = false }

androidResources { generateLocaleConfig = true }

packaging { resources.excludes.add("META-INF/versions/**") }
}

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 337aab7

Please sign in to comment.