fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
31 lines (26 loc) • 773 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __is$l39 = {
code: 'is',
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: 'Fyrri',
nextText: 'Næsti',
todayText: 'Í dag',
yearText: 'Ár',
monthText: 'Mánuður',
weekTextLong: 'Vika',
dayText: 'Dagur',
listText: 'Dagskrá',
allDayText: 'Allan\ndaginn',
moreLinkText: 'meira',
noEventsText: 'Engir viðburðir til að sýna',
};
globalLocales.push(__is$l39);
})(FullCalendar.Shared);