PHP Classes

File: resources/assets/external/flatpickr/dist/l10n/pl.js

Recommend this page to a friend!
  Classes of Francesco Danti   ATK Wordpress Plugin   resources/assets/external/flatpickr/dist/l10n/pl.js   Download  
File: resources/assets/external/flatpickr/dist/l10n/pl.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK Wordpress Plugin
Components to build WordPress plugins
Author: By
Last change:
Date: 1 month ago
Size: 1,905 bytes
 

Contents

Class file image Download
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : 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 }); })));