d3-jsnext
Version:
d3, but futuristic
18 lines (16 loc) • 657 B
JavaScript
import { d3$locale } from './locale';
var d3_locale_frCA = d3$locale({
decimal: ",",
thousands: "\xa0",
grouping: [3],
currency: ["", "$"],
dateTime: "%a %e %b %Y %X",
date: "%Y-%m-%d",
time: "%H:%M:%S",
periods: ["", ""],
days: ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
shortDays: ["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
months: ["janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre"],
shortMonths: ["jan", "fév", "mar", "avr", "mai", "jui", "jul", "aoû", "sep", "oct", "nov", "déc"]
});
export { d3_locale_frCA };