@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 542 B
JavaScript
var 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',
};
export { l47 as l };