fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 802 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __lb$l47 = {
code: 'lb',
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: 'Zréck',
nextText: 'Weider',
todayText: 'Haut',
yearText: 'Joer',
monthText: 'Mount',
weekTextLong: 'Woch',
weekTextShort: 'W',
dayText: 'Dag',
listText: 'Terminiwwersiicht',
allDayText: 'Ganzen\nDag',
moreLinkText: 'méi',
noEventsText: 'Nee Evenementer ze affichéieren',
};
globalLocales.push(__lb$l47);
})(FullCalendar.Shared);