Skip to content

Commit e5c3004

Browse files
aranamescottgonzalez
authored andcommitted
Datepicker: Translate weekHeader in ko locale
Closes jquerygh-1582
1 parent eec0cfd commit e5c3004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/i18n/datepicker-ko.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Korean initialisation for the jQuery calendar extension. */
2-
/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */
2+
/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie and Myeongjin Lee. */
33
(function( factory ) {
44
if ( typeof define === "function" && define.amd ) {
55

@@ -24,7 +24,7 @@ datepicker.regional['ko'] = {
2424
dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'],
2525
dayNamesShort: ['일','월','화','수','목','금','토'],
2626
dayNamesMin: ['일','월','화','수','목','금','토'],
27-
weekHeader: 'Wk',
27+
weekHeader: '',
2828
dateFormat: 'yy-mm-dd',
2929
firstDay: 0,
3030
isRTL: false,

0 commit comments

Comments
 (0)