Skip to content

Commit

Permalink
Update LanguageSelectionViewModel.kt
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
trev0r-STA authored Jan 11, 2024
1 parent a779e21 commit d3142e8
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, "français"),
)

data class LanguageSelectionUiState(
Expand Down

0 comments on commit d3142e8

Please sign in to comment.