Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-17 14:59:36 +03:00
parent 1ac90ec39a
commit 4a73aecbfc

View file

@ -11,6 +11,7 @@ object SupportedLanguages {
const val JAPANESE = "ja"
const val UKRAINIAN = "uk"
const val CHINESE = "uk"
const val SPANISH = "es"
val supportedLangugeCodes = listOf(
ENGLISH,
@ -21,6 +22,7 @@ object SupportedLanguages {
JAPANESE,
UKRAINIAN,
CHINESE,
SPANISH,
)
fun getCurrentSupportedLanguageCode(): String {