From ac5660de88e19cc55ae259b6fafcaab307ffc0e8 Mon Sep 17 00:00:00 2001 From: Erudaro <91962669+Erudaro@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:16:57 +0200 Subject: [PATCH] Update main.dart supportedLocales with bs --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index bd11b10..609f9d9 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -39,6 +39,7 @@ List> 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';