@fullcalendar/web-component
Version:
Custom Element for FullCalendar
24 lines (22 loc) • 575 B
JavaScript
var l65 = {
code: 'sq',
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: 'mbrapa',
nextText: 'Përpara',
todayText: 'Sot',
yearText: 'Viti',
monthText: 'Muaj',
weekTextLong: 'Javë',
weekTextShort: 'Ja',
dayText: 'Ditë',
listText: 'Listë',
allDayText: 'Gjithë\nditën',
moreLinkText(n) {
return '+më tepër ' + n;
},
noEventsText: 'Nuk ka evente për të shfaqur',
};
export { l65 as l };