mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Slovak and Czech language added (#1099)
* Added SK translate * Added SK translate * Added CZ translate
This commit is contained in:
parent
e9cebedb4a
commit
d7297b567d
4 changed files with 394 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue