@fullcalendar/web-component
Version:
Custom Element for FullCalendar
23 lines (21 loc) • 602 B
JavaScript
var l9 = {
code: 'bg',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
prevText: 'назад',
nextText: 'напред',
todayText: 'днес',
yearText: 'година',
monthText: 'Месец',
weekTextLong: 'Седмица',
dayText: 'Ден',
listText: 'График',
allDayText: 'Цял ден',
moreLinkText(n) {
return '+още ' + n;
},
noEventsText: 'Няма събития за показване',
};
export { l9 as l };