Merge pull request #1448 from dik08razz/dev

add ukrainian
This commit is contained in:
Imran
2024-03-09 14:07:49 -05:00
committed by GitHub
2 changed files with 360 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ List<MapEntry<Locale, String>> supportedLocales = const [
MapEntry(Locale('nl'), 'Nederlands'),
MapEntry(Locale('vi'), 'Tiếng Việt'),
MapEntry(Locale('tr'), 'Türkçe'),
MapEntry(Locale('uk'), 'Українська'),
];
const fallbackLocale = Locale('en');
const localeDir = 'assets/translations';