diff --git a/src/js/i18n/datepicker.ko.js b/src/js/i18n/datepicker.ko.js new file mode 100644 index 00000000..24446e41 --- /dev/null +++ b/src/js/i18n/datepicker.ko.js @@ -0,0 +1,12 @@ +$.fn.datepicker.language['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'], + today: '오늘', + clear: '없애기', + dateFormat: 'yyyy/mm/dd', + timeFormat: 'hh:ii aa', + firstDay: 0 +}; \ No newline at end of file