UNPKG

date-format-parse

Version:
18 lines (17 loc) 738 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var locale = { months: ['styczeń', 'luty', 'marzec', 'kwiecień', 'maj', 'czerwiec', 'lipiec', 'sierpień', 'wrzesień', 'październik', 'listopad', 'grudzień'], monthsShort: ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru'], weekdays: ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota'], weekdaysShort: ['ndz', 'pon', 'wt', 'śr', 'czw', 'pt', 'sob'], weekdaysMin: ['Nd', 'Pn', 'Wt', 'Śr', 'Cz', 'Pt', 'So'], firstDayOfWeek: 1, firstWeekContainsDate: 4 }; var _default = locale; exports["default"] = _default; module.exports = exports.default;