@fullcalendar/web-component
Version:
Custom Element for FullCalendar
24 lines (22 loc) • 573 B
JavaScript
var l35 = {
code: 'hr',
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: 'Prijašnji',
nextText: 'Sljedeći',
todayText: 'Danas',
yearText: 'Godina',
monthText: 'Mjesec',
weekTextLong: 'Tjedan',
weekTextShort: 'Tje',
dayText: 'Dan',
listText: 'Raspored',
allDayText: 'Cijeli\ndan',
moreLinkText(n) {
return '+ još ' + n;
},
noEventsText: 'Nema događaja za prikaz',
};
export { l35 as l };