mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Slovak and Czech language added (#1099)
* Added SK translate * Added SK translate * Added CZ translate
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user