Added Japanese, Korean, and Dutch localizations and expanded supported languages (#320)

This commit is contained in:
Aryan 2026-05-17 00:52:52 +05:30 committed by GitHub
parent bcf34af719
commit dc5196526f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 5237 additions and 20 deletions

View file

@ -181,6 +181,8 @@ android {
}
fun String.toAndroidResourceConfiguration(): String {
if (this == "id") return "in"
val languageTagParts = split("-")
return if (languageTagParts.size == 2 && languageTagParts[1].length == 2) {
"${languageTagParts[0]}-r${languageTagParts[1].uppercase()}"