Skip to content

Commit c258e05

Browse files
Update nl-NL.js
changed days and months to lowercase
1 parent 4c6b47f commit c258e05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/locale/nl-NL.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ d3.locale.nl_NL = d3.locale({
99
date: "%d-%m-%Y",
1010
time: "%H:%M:%S",
1111
periods: ["AM", "PM"], // unused
12-
days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
13-
shortDays: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"],
14-
months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
15-
shortMonths: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"]
12+
days: ["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"],
13+
shortDays: ["zo", "ma", "di", "wo", "do", "vr", "za"],
14+
months: ["januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december"],
15+
shortMonths: ["jan", "feb", "mrt", "apr", "mei", "jun", "jul", "aug", "sep", "okt", "nov", "dec"]
1616
});

0 commit comments

Comments
 (0)