🌍 Add Czech and Romanian languages
This commit is contained in:
parent
103bdd010c
commit
cea9da6082
1 changed files with 2 additions and 0 deletions
|
|
@ -16,4 +16,6 @@ fun Constants.provideLanguages() = listOf(
|
||||||
Pair("pt", "Português (Brasil)"),
|
Pair("pt", "Português (Brasil)"),
|
||||||
Pair("ta", "தமிழ்"),
|
Pair("ta", "தமிழ்"),
|
||||||
Pair("ml", "മലയാളം"),
|
Pair("ml", "മലയാളം"),
|
||||||
|
Pair("cs", "Čeština"),
|
||||||
|
Pair("ro", "Română"),
|
||||||
)
|
)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue