diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/js/ui/i18n/jquery.ui.datepicker-ko.js (renamed from themes/default/js/ui/i18n/ui.datepicker-ko.js) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/default/js/ui/i18n/ui.datepicker-ko.js b/themes/default/js/ui/i18n/jquery.ui.datepicker-ko.js index 53ede9142..5b3531652 100644 --- a/themes/default/js/ui/i18n/ui.datepicker-ko.js +++ b/themes/default/js/ui/i18n/jquery.ui.datepicker-ko.js @@ -13,7 +13,11 @@ jQuery(function($){ dayNames: ['일','월','화','수','목','금','토'], dayNamesShort: ['일','월','화','수','목','금','토'], dayNamesMin: ['일','월','화','수','목','금','토'], - dateFormat: 'yy-mm-dd', firstDay: 0, - isRTL: false}; + weekHeader: 'Wk', + dateFormat: 'yy-mm-dd', + firstDay: 0, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: '년'}; $.datepicker.setDefaults($.datepicker.regional['ko']); });
\ No newline at end of file |