Skip to content

Commit

Permalink
Dutch - "Op" to "Om" per feedback (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt authored Apr 2, 2024
1 parent 10664fb commit 69673b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i18n/locales/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export class nl implements Locale {
return "Er is een fout opgetreden bij het vertalen van de gegevens. Controleer de gegevens.";
}
atSpace() {
return "Op ";
return "Om ";
}
everyMinuteBetweenX0AndX1() {
return "Elke minuut tussen %s en %s";
}
at() {
return "Op";
return "Om";
}
spaceAnd() {
return " en";
Expand Down Expand Up @@ -66,7 +66,7 @@ export class nl implements Locale {
return "tussen %s en %s";
}
atX0() {
return "op %s";
return "om %s";
}
commaEveryDay() {
return ", elke dag";
Expand Down

0 comments on commit 69673b5

Please sign in to comment.