Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trev0r-STA committed Jan 12, 2024
1 parent d3142e8 commit a1585d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val localeOptions =
LocaleOption("ru", R.string.ru, "Русский,russian"),
LocaleOption("it", R.string.it, "italiano"),
LocaleOption("bn-BD", R.string.bn_BD, "Bangla (Bangladesh)"),
LocaleOption("fr", R.string.fr, "français"),
LocaleOption("fr", R.string.fr_FR, "français"),
)

data class LanguageSelectionUiState(
Expand Down

0 comments on commit a1585d0

Please sign in to comment.