Skip to content

Commit

Permalink
feat(i18n): Android 13's per-app language preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Sep 4, 2024
1 parent fa93eeb commit e0a2509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ android {
}
}
}
androidResources {
generateLocaleConfig = true
}
}

room {
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 e0a2509

Please sign in to comment.