Skip to content

Instantly share code, notes, and snippets.

@MaciejLisCK
Last active February 4, 2018 19:52
Show Gist options
  • Save MaciejLisCK/a2fcae1444f7949adff9 to your computer and use it in GitHub Desktop.
Save MaciejLisCK/a2fcae1444f7949adff9 to your computer and use it in GitHub Desktop.
Polish d3 localization. d3js, localize, polski
var d3PolishLocale = {
"decimal": ",",
"thousands": " ",
"grouping": [3],
"currency": ["", "zł"],
"dateTime": "%e %b %Y %X",
"date": "%Y-%m-%d",
"time": "%H:%M:%S",
"periods": ["", ""], // AM,PM
"days": ["niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"],
"shortDays": ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So"],
"months": ["styczeń", "luty", "marzec", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień", "październik", "listopad", "grudzień"],
"shortMonths": ["sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment