Sha256: 01f662d91003396152674cc57cc7822c49e5f959cc39e6c8c58d51b6a93a6ca4
Contents?: true
Size: 1.81 KB
Versions: 2
Compression:
Stored size: 1.81 KB
Contents
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = global || self, factory(global.pl = {})); }(this, function (exports) { 'use strict'; var fp = typeof window !== "undefined" && window.flatpickr !== undefined ? window.flatpickr : { l10ns: {} }; var Polish = { weekdays: { shorthand: ["Nd", "Pn", "Wt", "Śr", "Cz", "Pt", "So"], longhand: [ "Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", ] }, 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ń", ] }, rangeSeparator: " do ", weekAbbreviation: "tydz.", scrollTitle: "Przewiń, aby zwiększyć", toggleTitle: "Kliknij, aby przełączyć", firstDayOfWeek: 1, time_24hr: true, ordinal: function () { return "."; } }; fp.l10ns.pl = Polish; var pl = fp.l10ns; exports.Polish = Polish; exports.default = pl; Object.defineProperty(exports, '__esModule', { value: true }); }));
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flatpickr-4.6.3.1 | vendor/assets/javascripts/flatpickr/l10n/pl.js |
flatpickr-4.6.3.0 | vendor/assets/javascripts/flatpickr/l10n/pl.js |