Skip to content

Commit

Permalink
Datepicker: Translate weekHeader in ko locale
Browse files Browse the repository at this point in the history
Closes gh-1582
  • Loading branch information
araname authored and scottgonzalez committed Aug 31, 2015
1 parent eec0cfd commit e5c3004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/i18n/datepicker-ko.js
@@ -1,5 +1,5 @@
/* Korean initialisation for the jQuery calendar extension. */ /* Korean initialisation for the jQuery calendar extension. */
/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */ /* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie and Myeongjin Lee. */
(function( factory ) { (function( factory ) {
if ( typeof define === "function" && define.amd ) { if ( typeof define === "function" && define.amd ) {


Expand All @@ -24,7 +24,7 @@ datepicker.regional['ko'] = {
dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'], dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'],
dayNamesShort: ['일','월','화','수','목','금','토'], dayNamesShort: ['일','월','화','수','목','금','토'],
dayNamesMin: ['일','월','화','수','목','금','토'], dayNamesMin: ['일','월','화','수','목','금','토'],
weekHeader: 'Wk', weekHeader: '',
dateFormat: 'yy-mm-dd', dateFormat: 'yy-mm-dd',
firstDay: 0, firstDay: 0,
isRTL: false, isRTL: false,
Expand Down

0 comments on commit e5c3004

Please sign in to comment.