You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
417B

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