d3-jsnext
Version:
d3, but futuristic
20 lines (17 loc) • 688 B
JavaScript
import { d3$locale } from './locale';
var d3$locale$nl_NL;
d3$locale$nl_NL = d3$locale({
decimal: ",",
thousands: ".",
grouping: [3],
currency: ["€ ", ""],
dateTime: "%a %e %B %Y %T",
date: "%d-%m-%Y",
time: "%H:%M:%S",
periods: ["AM", "PM"], // unused
days: ["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"],
shortDays: ["zo", "ma", "di", "wo", "do", "vr", "za"],
months: ["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"]
});
export { d3$locale$nl_NL };