mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
mobile: add Thai language
This commit is contained in:
@@ -94,6 +94,7 @@ android {
|
||||
"pl",
|
||||
"pt-rBR",
|
||||
"ru",
|
||||
"th",
|
||||
"zh-rCN"
|
||||
)
|
||||
// }
|
||||
|
||||
+1
@@ -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 }) }
|
||||
|
||||
Reference in New Issue
Block a user