@fullcalendar/web-component
Version:
Custom Element for FullCalendar
21 lines (19 loc) • 507 B
JavaScript
var 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',
};
export { l63 as l };