Skip to content

Commit c1588ce

Browse files
committed
Merge branch 'master' of github.com:dorotka/d3 into dorotka-master
2 parents f82dd6f + 3d8797b commit c1588ce

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/locale/pl-PL.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import "locale";
2+
3+
var d3_locale_pl_PL = d3.locale({
4+
decimal: ",",
5+
thousands: ".",
6+
grouping: [3],
7+
currency: ["", "zł"],
8+
dateTime: "%A, %e %B %Y, %X",
9+
date: "%d/%m/%Y",
10+
time: "%H:%M:%S",
11+
periods: ["AM", "PM"], // unused
12+
days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
13+
shortDays: ["Niedz.", "Pon.", "Wt.", "Śr.", "Czw.", "Pt.", "Sob."],
14+
months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
15+
shortMonths: ["Stycz.", "Luty", "Marz.", "Kwie.", "Maj", "Czerw.", "Lipc.", "Sierp.", "Wrz.", "Paźdz.", "Listop.", "Grudz."]/* In Polish language abbraviated months are not commonly used so there is a dispute about the proper abbraviations. */
16+
});

0 commit comments

Comments
 (0)