Skip to content

Commit

Permalink
Merge pull request #4822 from cmeelker/fix/dutch-lowercase-locale
Browse files Browse the repository at this point in the history
Fix dutch locale
  • Loading branch information
junedchhipa authored Nov 21, 2024
2 parents cb2918f + dbfb4a5 commit 7e8275f
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions dist/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
"name": "nl",
"options": {
"months": [
"Januari",
"Februari",
"Maart",
"April",
"Mei",
"Juni",
"Juli",
"Augustus",
"September",
"Oktober",
"November",
"December"
"januari",
"februari",
"maart",
"april",
"mei",
"juni",
"juli",
"augustus",
"september",
"oktober",
"november",
"december"
],
"shortMonths": [
"Jan",
"Feb",
"Mrt",
"Apr",
"Mei",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dec"
"jan.",
"feb.",
"mrt.",
"apr.",
"mei.",
"jun.",
"jul.",
"aug.",
"sep.",
"okt.",
"nov.",
"dec."
],
"days": [
"Zondag",
"Maandag",
"Dinsdag",
"Woensdag",
"Donderdag",
"Vrijdag",
"Zaterdag"
"zondag",
"maandag",
"dinsdag",
"woensdag",
"donderdag",
"vrijdag",
"zaterdag"
],
"shortDays": ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"],
"shortDays": ["zo.", "ma.", "di.", "wo.", "do.", "vr.", "za."],
"toolbar": {
"exportToSVG": "Download SVG",
"exportToPNG": "Download PNG",
Expand Down

0 comments on commit 7e8275f

Please sign in to comment.