fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
33 lines (28 loc) • 816 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __az$l8 = {
code: 'az',
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: 'Əvvəl',
nextText: 'Sonra',
todayText: 'Bu Gün',
yearText: 'Il',
monthText: 'Ay',
weekTextLong: 'Həftə',
dayText: 'Gün',
listText: 'Gündəm',
allDayText: 'Bütün\nGün',
moreLinkText(n) {
return '+ daha çox ' + n;
},
noEventsText: 'Göstərmək üçün hadisə yoxdur',
};
globalLocales.push(__az$l8);
})(FullCalendar.Shared);