mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(mobile): Add Slovenian (#6558)
This commit is contained in:
parent
607fd39130
commit
b34a808fbb
3 changed files with 481 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ const List<Locale> locales = [
|
|||
Locale('lv', 'LV'),
|
||||
Locale('zh', 'Hans'),
|
||||
Locale('th', 'TH'),
|
||||
Locale('sl', 'SI'),
|
||||
];
|
||||
|
||||
const String translationsPath = 'assets/i18n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue