fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
31 lines (26 loc) • 926 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __ne$l53 = {
code: 'ne', // code for nepal
week: {
dow: 7, // Sunday is the first day of the week.
doy: 1, // The week that contains Jan 1st is the first week of the year.
},
prevText: 'अघिल्लो',
nextText: 'अर्को',
todayText: 'आज',
yearText: 'वर्ष',
monthText: 'महिना',
weekTextLong: 'हप्ता',
dayText: 'दिन',
listText: 'सूची',
allDayText: 'दिनभरि',
moreLinkText: 'थप लिंक',
noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
};
globalLocales.push(__ne$l53);
})(FullCalendar.Shared);