UNPKG

415 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var ko = {
5 code: "ko",
6 buttonText: {
7 prev: "이전달",
8 next: "다음달",
9 today: "오늘",
10 month: "월",
11 week: "주",
12 day: "일",
13 list: "일정목록"
14 },
15 weekText: "주",
16 allDayText: "종일",
17 moreLinkText: "개",
18 noEventsText: "일정이 없습니다"
19 };
20
21 return ko;
22
23}());