fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 794 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __eu$l26 = {
code: 'eu',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
prevText: 'Aur',
nextText: 'Hur',
todayText: 'Gaur',
yearText: 'Urtea',
monthText: 'Hilabetea',
weekTextLong: 'Astea',
weekTextShort: 'As',
dayText: 'Eguna',
listText: 'Agenda',
allDayText: 'Egun\nosoa',
moreLinkText: 'gehiago',
noEventsText: 'Ez dago ekitaldirik erakusteko',
};
globalLocales.push(__eu$l26);
})(FullCalendar.Shared);