Update translation

This commit is contained in:
Alex
2022-12-18 06:13:37 -06:00
parent e116f17c43
commit 8998a79ff9
8 changed files with 614 additions and 28 deletions

View File

@@ -4,6 +4,7 @@ const List<Locale> locales = [
// Default locale
Locale('en', 'US'),
// Additional locales
Locale('cs', 'CZ'),
Locale('da', 'DK'),
Locale('de', 'DE'),
Locale('es', 'ES'),
@@ -11,12 +12,13 @@ const List<Locale> locales = [
Locale('fr', 'FR'),
Locale('it', 'IT'),
Locale('ja', 'JP'),
Locale('ko', 'KR'),
Locale('nl', 'NL'),
Locale('pl', 'PL'),
Locale('pt', 'PR'),
Locale('ko', 'KR'),
Locale('ru', 'RU'),
Locale('sk', 'SK'),
Locale('cz', 'CZ'),
Locale('zh', 'CN'),
];
const String translationsPath = 'assets/i18n';