Skip to content

Commit 5053f4a

Browse files
committed
Datepicker: Style updates to KO locale for jscs
1 parent 5b5cb61 commit 5053f4a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

ui/i18n/datepicker-ko.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
}
1313
}( function( datepicker ) {
1414

15-
datepicker.regional['ko'] = {
16-
closeText: '닫기',
17-
prevText: '이전달',
18-
nextText: '다음달',
19-
currentText: '오늘',
20-
monthNames: ['1월','2월','3월','4월','5월','6월',
21-
'7월','8월','9월','10월','11월','12월'],
22-
monthNamesShort: ['1월','2월','3월','4월','5월','6월',
23-
'7월','8월','9월','10월','11월','12월'],
24-
dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'],
25-
dayNamesShort: ['일','월','화','수','목','금','토'],
26-
dayNamesMin: ['일','월','화','수','목','금','토'],
27-
weekHeader: '주',
28-
dateFormat: 'yy-mm-dd',
15+
datepicker.regional.ko = {
16+
closeText: "닫기",
17+
prevText: "이전달",
18+
nextText: "다음달",
19+
currentText: "오늘",
20+
monthNames: [ "1월","2월","3월","4월","5월","6월",
21+
"7월","8월","9월","10월","11월","12월" ],
22+
monthNamesShort: [ "1월","2월","3월","4월","5월","6월",
23+
"7월","8월","9월","10월","11월","12월" ],
24+
dayNames: [ "일요일","월요일","화요일","수요일","목요일","금요일","토요일" ],
25+
dayNamesShort: [ "일","월","화","수","목","금","토" ],
26+
dayNamesMin: [ "일","월","화","수","목","금","토" ],
27+
weekHeader: "주",
28+
dateFormat: "yy-mm-dd",
2929
firstDay: 0,
3030
isRTL: false,
3131
showMonthAfterYear: true,

0 commit comments

Comments
 (0)