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