Skip to content

Commit

Permalink
chore: fix some language tags for better search
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Feb 10, 2024
1 parent 55d64a5 commit c8c5ebd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ val localeOptions =
listOf(
LocaleOption("default", R.string.system_default, "default"),
LocaleOption("ar", R.string.ar, "العربية,arabic"),
LocaleOption("bn-BD", R.string.bn_BD, "Bangla (Bangladesh)"),
LocaleOption("bn-BD", R.string.bn_BD, "bangla,bangladesh"),
LocaleOption("en", R.string.en, "english"),
LocaleOption("es", R.string.es, "spanish"),
LocaleOption("fa", R.string.fa, "farsi,persian,?????"),
LocaleOption("es", R.string.es, "spanish,español"),
LocaleOption("fa", R.string.fa, "farsi,persian,فارسی"),
LocaleOption("fr", R.string.fr, "français,french"),
LocaleOption("de", R.string.de, "deutsch"),
LocaleOption("hi", R.string.hi, "हिंदी"),
LocaleOption("de", R.string.de, "deutsch,german"),
LocaleOption("hi", R.string.hi, "हिंदी,hindi"),
LocaleOption("it", R.string.it, "italiano"),
LocaleOption("ru", R.string.ru, "Русский,russian"),
LocaleOption("tr", R.string.tr, "turkish,türkçe"),
Expand Down

0 comments on commit c8c5ebd

Please sign in to comment.