@fullcalendar/web-component
Version:
Custom Element for FullCalendar
21 lines (19 loc) • 510 B
JavaScript
var l54 = {
code: 'nl',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
prevText: 'Vorige',
nextText: 'Volgende',
todayText: 'Vandaag',
yearText: 'Jaar',
monthText: 'Maand',
weekTextLong: 'Week',
dayText: 'Dag',
listText: 'Lijst',
allDayText: 'Hele dag',
moreLinkText: 'extra',
noEventsText: 'Geen evenementen om te laten zien',
};
export { l54 as l };