duainsan's picture
Upload 3874 files
e7c00ab
(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.he = {}));
}(this, (function (exports) { 'use strict';
var fp = typeof window !== "undefined" && window.flatpickr !== undefined
? window.flatpickr
: {
l10ns: {},
};
var Hebrew = {
weekdays: {
shorthand: ["ื", "ื‘", "ื’", "ื“", "ื”", "ื•", "ืฉ"],
longhand: ["ืจืืฉื•ืŸ", "ืฉื ื™", "ืฉืœื™ืฉื™", "ืจื‘ื™ืขื™", "ื—ืžื™ืฉื™", "ืฉื™ืฉื™", "ืฉื‘ืช"],
},
months: {
shorthand: [
"ื™ื ื•ืณ",
"ืคื‘ืจืณ",
"ืžืจืฅ",
"ืืคืจืณ",
"ืžืื™",
"ื™ื•ื ื™",
"ื™ื•ืœื™",
"ืื•ื’ืณ",
"ืกืคื˜ืณ",
"ืื•ืงืณ",
"ื ื•ื‘ืณ",
"ื“ืฆืžืณ",
],
longhand: [
"ื™ื ื•ืืจ",
"ืคื‘ืจื•ืืจ",
"ืžืจืฅ",
"ืืคืจื™ืœ",
"ืžืื™",
"ื™ื•ื ื™",
"ื™ื•ืœื™",
"ืื•ื’ื•ืกื˜",
"ืกืคื˜ืžื‘ืจ",
"ืื•ืงื˜ื•ื‘ืจ",
"ื ื•ื‘ืžื‘ืจ",
"ื“ืฆืžื‘ืจ",
],
},
rangeSeparator: " ืืœ ",
time_24hr: true,
};
fp.l10ns.he = Hebrew;
var he = fp.l10ns;
exports.Hebrew = Hebrew;
exports.default = he;
Object.defineProperty(exports, '__esModule', { value: true });
})));