Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

Add korean translation #264

Open mhk1014 opened 4 years ago

mhk1014 commented 4 years ago

/**

;(function($){ $.fn.calendar.dates['ko'] = { days: ["일", "월", "화", "수", "목", "금", "토"], daysShort: ["일", "월", "화", "수", "목", "금", "토"], daysMin: ["일", "월", "화", "수", "목", "금", "토"], months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], weekShort: 'T', weekStart: 1 }; }(jQuery));