Added RU language menu entry

This commit is contained in:
Imran Remtulla
2023-06-23 12:07:34 -04:00
parent 995a826917
commit ff5152bf79

View File

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