fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
33 lines (28 loc) • 873 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __kk$l43 = {
code: 'kk',
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: 'Алдыңғы',
nextText: 'Келесі',
todayText: 'Бүгін',
yearText: 'Жыл',
monthText: 'Ай',
weekTextLong: 'Апта',
dayText: 'Күн',
listText: 'Күн тәртібі',
allDayText: 'Күні\nбойы',
moreLinkText(n) {
return '+ тағы ' + n;
},
noEventsText: 'Көрсету үшін оқиғалар жоқ',
};
globalLocales.push(__kk$l43);
})(FullCalendar.Shared);