fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 844 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __ku$l46 = {
code: 'ku',
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
prevText: 'پێشتر',
nextText: 'دواتر',
todayText: 'ئەمڕو',
yearText: 'ساڵ',
monthText: 'مانگ',
weekTextLong: 'هەفتە',
dayText: 'ڕۆژ',
listText: 'بەرنامە',
allDayText: 'هەموو ڕۆژەکە',
moreLinkText: 'زیاتر',
noEventsText: 'هیچ ڕووداوێك نیە',
};
globalLocales.push(__ku$l46);
})(FullCalendar.Shared);