fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
33 lines (28 loc) • 808 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __uz$l75 = {
code: 'uz',
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: 'Oldingi',
nextText: 'Keyingi',
todayText: 'Bugun',
yearText: 'Yil',
monthText: 'Oy',
weekTextLong: 'Xafta',
dayText: 'Kun',
listText: 'Kun tartibi',
allDayText: 'Kun bo\'yi',
moreLinkText(n) {
return '+ yana ' + n;
},
noEventsText: 'Ko\'rsatish uchun voqealar yo\'q',
};
globalLocales.push(__uz$l75);
})(FullCalendar.Shared);