Update ThemeSettingsScreen.kt

This commit is contained in:
Ircas 2026-03-27 02:24:37 +02:00 committed by GitHub
parent 52ea212e0f
commit 02ef9c975b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ fun ThemeSettingsContent(
val tags = listOf(
"en", "de", "es", "es-419", "hu", "fr", "it", "pl",
"pt-PT", "pt-BR", "tr", "cs", "sk", "sl", "sv", "ro", "ja",
"nl", "vi", "hi", "lt"
"nl", "vi", "hi", "lt", "el"
)
listOf(null to strLanguageSystem) + tags.map { tag ->
val locale = Locale.forLanguageTag(tag)