Update main.dart supportedLocales with bs

This commit is contained in:
Erudaro
2023-07-18 23:16:57 +02:00
committed by GitHub
parent e6467452a6
commit ac5660de88

View File

@@ -39,6 +39,7 @@ List<MapEntry<Locale, String>> supportedLocales = const [
MapEntry(Locale('es'), 'Español'),
MapEntry(Locale('pl'), 'Polski'),
MapEntry(Locale('ru'), 'Русский язык'),
MapEntry(Locale('bs'), 'Bosanski'),
];
const fallbackLocale = Locale('en');
const localeDir = 'assets/translations';