![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/flatpickr/dist/esm/l10n/ |
const fp = typeof window !== "undefined" && window.flatpickr !== undefined ? window.flatpickr : { l10ns: {}, }; export const Dutch = { weekdays: { shorthand: ["zo", "ma", "di", "wo", "do", "vr", "za"], longhand: [ "zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag", ], }, months: { shorthand: [ "jan", "feb", "mrt", "apr", "mei", "jun", "jul", "aug", "sept", "okt", "nov", "dec", ], longhand: [ "januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december", ], }, firstDayOfWeek: 1, weekAbbreviation: "wk", rangeSeparator: " t/m ", scrollTitle: "Scroll voor volgende / vorige", toggleTitle: "Klik om te wisselen", time_24hr: true, ordinal: (nth) => { if (nth === 1 || nth === 8 || nth >= 20) return "ste"; return "de"; }, }; fp.l10ns.nl = Dutch; export default fp.l10ns;