fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
34 lines (29 loc) • 998 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __hi$l34 = {
code: 'hi',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 6, // The week that contains Jan 1st is the first week of the year.
},
prevText: 'पिछला',
nextText: 'अगला',
todayText: 'आज',
yearText: 'वर्ष',
monthText: 'महीना',
weekTextLong: 'सप्ताह',
weekTextShort: 'हफ्ता',
dayText: 'दिन',
listText: 'कार्यसूची',
allDayText: 'सभी दिन',
moreLinkText(n) {
return '+अधिक ' + n;
},
noEventsText: 'कोई घटनाओं को प्रदर्शित करने के लिए',
};
globalLocales.push(__hi$l34);
})(FullCalendar.Shared);