fix(mobile): correct mislabeled Bengali locale entry (#30519)

Fixes mislabeled locale entry: 'Bosnian (bl)': Locale('bn') actually loads Bengali, not Bosnian.
This commit is contained in:
Azharul Haque 2026-08-03 09:30:15 -04:00 committed by GitHub
parent cee08a2320
commit 774a9fd868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ const Map<String, Locale> locales = {
'Arabic (ar)': Locale('ar'), 'Arabic (ar)': Locale('ar'),
'Basque (eu)': Locale('eu'), 'Basque (eu)': Locale('eu'),
'Belarusian (be)': Locale('be'), 'Belarusian (be)': Locale('be'),
'Bosnian (bl)': Locale('bn'), 'Bengali (bn)': Locale('bn'),
'Brazilian Portuguese (pt_BR)': Locale('pt', 'BR'), 'Brazilian Portuguese (pt_BR)': Locale('pt', 'BR'),
'Bulgarian (bg)': Locale('bg'), 'Bulgarian (bg)': Locale('bg'),
'Catalan (ca)': Locale('ca'), 'Catalan (ca)': Locale('ca'),