UNPKG

@fullcalendar/web-component

Version:
24 lines (22 loc) 577 B
var l11 = { code: 'bs', 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: 'Prošli', nextText: 'Sljedeći', todayText: 'Danas', yearText: 'Godina', monthText: 'Mjesec', weekTextLong: 'Sedmica', weekTextShort: 'Sed', dayText: 'Dan', listText: 'Raspored', allDayText: 'Cijeli\ndan', moreLinkText(n) { return '+ još ' + n; }, noEventsText: 'Nema događaja za prikazivanje', }; export { l11 as l };