Skip to content

Commit

Permalink
Added it-IT locale
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromelis committed Dec 11, 2014
1 parent 4a4c3ce commit 0169236
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/locale/it-IT.js
@@ -0,0 +1,16 @@
import "locale";

var d3_locale_itIT = d3.locale({
decimal: ",",
thousands: ".",
grouping: [3],
currency: ["€", ""],
dateTime: "%A %e %B %Y, %X",
date: "%d/%m/%Y",
time: "%H:%M:%S",
periods: ["AM", "PM"], // unused
days: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
shortDays: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"],
months: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
shortMonths: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"]
});

0 comments on commit 0169236

Please sign in to comment.