add ukrainian

This commit is contained in:
dik08razz
2024-03-04 18:14:37 +02:00
parent 59cc08f28a
commit 215f05fbc2
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';