mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Added Dutch locale
This commit is contained in:
parent
7a85164a1e
commit
0efcc99f3e
2 changed files with 3 additions and 0 deletions
|
|
@ -92,7 +92,9 @@
|
||||||
<string>it</string>
|
<string>it</string>
|
||||||
<string>fi</string>
|
<string>fi</string>
|
||||||
<string>ja</string>
|
<string>ja</string>
|
||||||
|
<string>nl</string>
|
||||||
<string>pl</string>
|
<string>pl</string>
|
||||||
|
<string>pt</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
@ -11,6 +11,7 @@ const List<Locale> locales = [
|
||||||
Locale('fr', 'FR'),
|
Locale('fr', 'FR'),
|
||||||
Locale('it', 'IT'),
|
Locale('it', 'IT'),
|
||||||
Locale('ja', 'JP'),
|
Locale('ja', 'JP'),
|
||||||
|
Locale('nl', 'NL'),
|
||||||
Locale('pl', 'PL'),
|
Locale('pl', 'PL'),
|
||||||
Locale('pt', 'PR')
|
Locale('pt', 'PR')
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue