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