fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
27 lines (22 loc) • 588 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __ko$l45 = {
code: 'ko',
prevText: '이전달',
nextText: '다음달',
todayText: '오늘',
yearText: '년도',
monthText: '월',
weekTextLong: '주',
dayText: '일',
listText: '일정목록',
allDayText: '종일',
moreLinkText: '개',
noEventsText: '일정이 없습니다',
};
globalLocales.push(__ko$l45);
})(FullCalendar.Shared);