Skip to content

Commit 1ff25b6

Browse files
committed
🌐 Use correct NL formatting for date, decimals, thousands and other date formats
1 parent a159235 commit 1ff25b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/locales/nl.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ module.exports = {
1818
'jan', 'feb', 'maa', 'apr', 'mei', 'jun',
1919
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'
2020
],
21-
date: '%d-%m-%Y'
21+
date: '%d-%m-%Y',
22+
decimal: ',',
23+
thousands: '.'
24+
year: '%Y',
25+
month: '%b %Y',
26+
dayMonth: '%-d %b',
27+
dayMonthYear: '%-d %b %Y'
2228
}
2329
};

0 commit comments

Comments
 (0)