Add pt_BR to language list, rename pt, standardize languages

This commit is contained in:
Imran Remtulla
2025-04-18 16:30:30 -04:00
parent 3de2121ed8
commit 2f60835801
25 changed files with 90 additions and 56 deletions

View File

@@ -34,7 +34,8 @@ List<MapEntry<Locale, String>> supportedLocales = const [
MapEntry(Locale('pl'), 'Polski'),
MapEntry(Locale('ru'), 'Русский'),
MapEntry(Locale('bs'), 'Bosanski'),
MapEntry(Locale('pt'), 'Brasileiro'),
MapEntry(Locale('pt'), 'Português'),
MapEntry(Locale('pt', 'BR'), 'Brasileiro'),
MapEntry(Locale('cs'), 'Česky'),
MapEntry(Locale('sv'), 'Svenska'),
MapEntry(Locale('nl'), 'Nederlands'),