Merge pull request #699 from Erudaro/main

Add Bosnian translation
This commit is contained in:
Imran Remtulla
2023-07-23 01:26:19 -04:00
committed by GitHub
2 changed files with 291 additions and 0 deletions

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';