fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
34 lines (29 loc) • 843 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __sq$l65 = {
code: 'sq',
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: 'mbrapa',
nextText: 'Përpara',
todayText: 'Sot',
yearText: 'Viti',
monthText: 'Muaj',
weekTextLong: 'Javë',
weekTextShort: 'Ja',
dayText: 'Ditë',
listText: 'Listë',
allDayText: 'Gjithë\nditën',
moreLinkText(n) {
return '+më tepër ' + n;
},
noEventsText: 'Nuk ka evente për të shfaqur',
};
globalLocales.push(__sq$l65);
})(FullCalendar.Shared);