Sha256: 20f80b7759731997cd038c44394e0ff7a1aea368f6eedc986d7571ecc8230ce2
Contents?: true
Size: 796 Bytes
Versions: 23
Compression:
Stored size: 796 Bytes
Contents
/* Dutch locals for flatpickr */ var Flatpickr = Flatpickr || { l10ns: {} }; Flatpickr.l10ns.nl = {}; Flatpickr.l10ns.nl.weekdays = { shorthand: ['Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'], longhand: ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag'] }; Flatpickr.l10ns.nl.months = { shorthand: ['Jan', 'Feb', 'Maa', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Okt', 'Nov', 'Dec'], longhand: ['Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'] }; Flatpickr.l10ns.nl.firstDayOfWeek = 1; Flatpickr.l10ns.nl.ordinal = function (nth) { if (nth === 1 || nth === 8 || nth >= 20) { return "ste"; } return "de"; }; if (typeof module !== "undefined") { module.exports = Flatpickr.l10ns; }
Version data entries
23 entries across 23 versions & 2 rubygems