fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
31 lines (26 loc) • 760 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __da$l15 = {
code: 'da',
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: 'Forrige',
nextText: 'Næste',
todayText: 'I dag',
yearText: 'År',
monthText: 'Måned',
weekTextLong: 'Uge',
dayText: 'Dag',
listText: 'Agenda',
allDayText: 'Hele\ndagen',
moreLinkText: 'flere',
noEventsText: 'Ingen arrangementer at vise',
};
globalLocales.push(__da$l15);
})(FullCalendar.Shared);