fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
31 lines (26 loc) • 763 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __sl$l63 = {
code: 'sl',
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: 'Prejšnji',
nextText: 'Naslednji',
todayText: 'Trenutni',
yearText: 'Leto',
monthText: 'Mesec',
weekTextLong: 'Teden',
dayText: 'Dan',
listText: 'Dnevni red',
allDayText: 'Ves dan',
moreLinkText: 'več',
noEventsText: 'Ni dogodkov za prikaz',
};
globalLocales.push(__sl$l63);
})(FullCalendar.Shared);