fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
30 lines (25 loc) • 747 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __mk$l50 = {
code: 'mk',
prevText: 'претходно',
nextText: 'следно',
todayText: 'Денес',
yearText: 'година',
monthText: 'Месец',
weekTextLong: 'Недела',
weekTextShort: 'Сед',
dayText: 'Ден',
listText: 'График',
allDayText: 'Цел ден',
moreLinkText(n) {
return '+повеќе ' + n;
},
noEventsText: 'Нема настани за прикажување',
};
globalLocales.push(__mk$l50);
})(FullCalendar.Shared);