Sha256: e9f6eb3c600d81598381653015e4dfbe1108b7dc235c16576ca295e3824769a5
Contents?: true
Size: 703 Bytes
Versions: 12
Compression:
Stored size: 703 Bytes
Contents
/* Polish locals for flatpickr */ var flatpickr = flatpickr || { l10ns: {} }; flatpickr.l10ns.pl = {}; flatpickr.l10ns.pl.weekdays = { shorthand: ["Nd", "Pn", "Wt", "Śr", "Cz", "Pt", "So"], longhand: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"] }; flatpickr.l10ns.pl.months = { shorthand: ["Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru"], longhand: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"] }; flatpickr.l10ns.pl.ordinal = function () { return "."; }; if (typeof module !== "undefined") module.exports = flatpickr.l10ns;
Version data entries
12 entries across 12 versions & 2 rubygems