mobile: add Thai language

This commit is contained in:
Evgeny Poberezkin
2023-08-22 00:06:01 +01:00
parent 3145095611
commit 55eab0976e
17 changed files with 6479 additions and 2746 deletions
@@ -212,6 +212,7 @@ object AppearanceScope {
"pl" to "Polski",
"pt-BR" to "Português (Brasil)",
"ru" to "Русский",
"th" to "ภาษาไทย",
"zh-CN" to "简体中文"
)
val values by remember(ChatController.appPrefs.appLanguage.state.value) { mutableStateOf(supportedLanguages.map { it.key to it.value }) }