Skip to content

Commit

Permalink
Resolve #125: Allow setting app language separate from system default
Browse files Browse the repository at this point in the history
Changed in Voice Notify app settings in Android Settings.
Android 13+ only.
  • Loading branch information
pilot51 committed Jan 28, 2024
1 parent 73aa6fd commit 65af1cd
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ android {
}
}

androidResources {
generateLocaleConfig = true
}

applicationVariants.all {
outputs.all {
this as BaseVariantOutputImpl
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 65af1cd

Please sign in to comment.