Updated on 2026-08-14
This commit is contained in:
parent
1ac90ec39a
commit
4a73aecbfc
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue