Skip to content

Commit

Permalink
Merge Dutch translation #154
Browse files Browse the repository at this point in the history
  • Loading branch information
sbs20 committed Sep 29, 2021
1 parent a3f67cf commit ac18453
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ complicated installation.
* Filters: Autolevels, Threshold, Blur
* Configurable overrides for all defaults as well as filters and formats
* Multipage scanning (with collation for double sided scans)
* International translations: Czech, French, German, Italian, Mandarin, Polish,
Portuguese (BR), Russian, Spanish;
* International translations: Czech, Dutch, French, German, Italian, Mandarin,
Polish, Portuguese (BR), Russian, Spanish;
[Help requested](https://github.com/sbs20/scanservjs/issues/154)
* Light and dark mode
* Responsive design
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/classes/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const Constants = {
'es',
'fr',
'it',
'nl',
'pl',
'pt-BR',
'ru',
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"es": "Español",
"fr": "Français",
"it": "Italiano",
"nl": "Nederlands",
"pl": "Polski",
"pt-BR": "Portuguese (Brazilian)",
"ru": "Russian",
Expand Down
15 changes: 0 additions & 15 deletions packages/client/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,20 +171,5 @@
"reset": "Reset",
"clear-storage:description": "Wist lokale opslag van alle parameters in de cache",
"clear-storage": "Wissen"
},

"locales": {
"cs": "Čeština",
"de": "Deutsche",
"en": "English",
"es": "Español",
"fr": "Français",
"it": "Italiano",
"nl": "Nederlands",
"pl": "Polski",
"pt-BR": "Portuguese (Brazilian)",
"ru": "Russian",
"zh": "简体中文",
"test": "Test"
}
}

0 comments on commit ac18453

Please sign in to comment.