Skip to content

Commit

Permalink
Merge pull request #2 from Belarusan/patch-2
Browse files Browse the repository at this point in the history
Update Context.kt
  • Loading branch information
Belarusan authored Aug 13, 2024
2 parents ea7bc15 + f61eb2b commit c0c28c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ fun Context.getKeyboardLanguagesRadioItems(): ArrayList<RadioItem> {
fun Context.getKeyboardLanguageText(language: Int): String {
return when (language) {
LANGUAGE_ARABIC -> getString(R.string.translation_arabic)
LANGUAGE_BELARUSIAN_CYRL -> getString(R.string.translation_belarusian)
LANGUAGE_BENGALI -> getString(R.string.translation_bengali)
LANGUAGE_BULGARIAN -> getString(R.string.translation_bulgarian)
LANGUAGE_CHUVASH -> getString(R.string.translation_chuvash)
Expand Down

0 comments on commit c0c28c2

Please sign in to comment.