Slovak and Czech language added (#1099)

* Added SK translate

* Added SK translate

* Added CZ translate
This commit is contained in:
Peter Bašista
2022-12-12 23:46:11 +01:00
committed by GitHub
parent e9cebedb4a
commit d7297b567d
4 changed files with 394 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ const List<Locale> locales = [
Locale('pl', 'PL'),
Locale('pt', 'PR'),
Locale('ko', 'KR'),
Locale('sk', 'SK'),
Locale('cz', 'CZ'),
];
const String translationsPath = 'assets/i18n';