Support configuring interface language per user

This commit is contained in:
Damontecres 2026-05-16 16:48:56 -04:00
parent 59ccce9d54
commit 4dc40f2c3c
No known key found for this signature in database
11 changed files with 894 additions and 1 deletions

View file

@ -182,6 +182,9 @@ configure<ApplicationExtension> {
lint {
disable.add("MissingTranslation")
}
androidResources {
generateLocaleConfig = true
}
}
androidComponents {