fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 925 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __el$l18 = {
code: 'el',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4st is the first week of the year.
},
prevText: 'Προηγούμενος',
nextText: 'Επόμενος',
todayText: 'Σήμερα',
yearText: 'Ετος',
monthText: 'Μήνας',
weekTextLong: 'Εβδομάδα',
weekTextShort: 'Εβδ',
dayText: 'Ημέρα',
listText: 'Ατζέντα',
allDayText: 'Ολοήμερο',
moreLinkText: 'περισσότερα',
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
};
globalLocales.push(__el$l18);
})(FullCalendar.Shared);