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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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';