UNPKG

fullcalendar

Version:

FullCalendar Vanilla JS package for rendering a calendar

34 lines (29 loc) 923 B
/*! FullCalendar (Vanilla JS) v7.0.2 Docs & License: https://fullcalendar.io (c) 2026 Adam Shaw */ (function ({ F: globalLocales }) { var __zh_cn$l77 = { code: 'zh-cn', week: { // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效 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: '上月', nextText: '下月', todayText: '今天', yearText: '年', monthText: '月', weekTextLong: '周', dayText: '日', listText: '日程', allDayText: '全天', moreLinkText(n) { return '另外 ' + n + ' 个'; }, noEventsText: '没有事件显示', }; globalLocales.push(__zh_cn$l77); })(FullCalendar.Shared);