ui: add Hungarian (Android only) and Turkish (#3671)

* ui: add Hungarian (Android only) and Turkish

* readme
This commit is contained in:
Evgeny Poberezkin
2024-01-11 13:28:47 +00:00
committed by GitHub
parent 2872b30e8c
commit d9d270f00e
15 changed files with 4198 additions and 0 deletions
@@ -208,6 +208,7 @@ object AppearanceScope {
"es" to "Español",
"fi" to "Suomi",
"fr" to "Français",
"hu" to "Magyar",
"it" to "Italiano",
"iw" to "עִברִית",
"ja" to "日本語",
@@ -216,6 +217,7 @@ object AppearanceScope {
"pt-BR" to "Português, Brasil",
"ru" to "Русский",
"th" to "ภาษาไทย",
"tr" to "Türkçe",
"uk" to "Українська",
"zh-CN" to "简体中文"
)