@fullcalendar/web-component
Version:
Custom Element for FullCalendar
24 lines (22 loc) • 645 B
JavaScript
var l66 = {
code: 'sr-cyrl',
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: 'Претходна',
nextText: 'следећи',
todayText: 'Данас',
yearText: 'Година',
monthText: 'Месец',
weekTextLong: 'Недеља',
weekTextShort: 'Сед',
dayText: 'Дан',
listText: 'Планер',
allDayText: 'Цео дан',
moreLinkText(n) {
return '+ још ' + n;
},
noEventsText: 'Нема догађаја за приказ',
};
export { l66 as l };