fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
34 lines (29 loc) • 841 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __sr$l67 = {
code: 'sr',
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: 'Prethodna',
nextText: 'Sledeći',
todayText: 'Danas',
yearText: 'Godina',
monthText: 'Mеsеc',
weekTextLong: 'Nеdеlja',
weekTextShort: 'Sed',
dayText: 'Dan',
listText: 'Planеr',
allDayText: 'Cеo dan',
moreLinkText(n) {
return '+ još ' + n;
},
noEventsText: 'Nеma događaja za prikaz',
};
globalLocales.push(__sr$l67);
})(FullCalendar.Shared);