1
0
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:
Alex 2022-08-22 12:52:24 -07:00
parent 7a85164a1e
commit 0efcc99f3e
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082
2 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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')
];