Sha256: 195fabd74032eb1925a96532e4f209ed37fce7ca68bf5a5276ae64e521c14c14
Contents?: true
Size: 703 Bytes
Versions: 5
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
5 entries across 5 versions & 2 rubygems