mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
Added Dutch locale
This commit is contained in:
parent
7a85164a1e
commit
0efcc99f3e
@ -92,7 +92,9 @@
|
||||
<string>it</string>
|
||||
<string>fi</string>
|
||||
<string>ja</string>
|
||||
<string>nl</string>
|
||||
<string>pl</string>
|
||||
<string>pt</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
@ -11,6 +11,7 @@ const List<Locale> locales = [
|
||||
Locale('fr', 'FR'),
|
||||
Locale('it', 'IT'),
|
||||
Locale('ja', 'JP'),
|
||||
Locale('nl', 'NL'),
|
||||
Locale('pl', 'PL'),
|
||||
Locale('pt', 'PR')
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user