diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-09-27 05:14:53 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-09-27 05:14:53 +0000 |
commit | 5ce32798f278675f7a7b81a5d4d6ce9402bd49c6 (patch) | |
tree | 1fb9a304917cb577987a50cbfc29f79a3f805111 /public/javascripts/i18n/jquery.ui.datepicker-ko.js | |
parent | 8ae41b4846fc46cb521599c0b10fad8e424069f7 (diff) | |
download | redmine-5ce32798f278675f7a7b81a5d4d6ce9402bd49c6.tar.gz redmine-5ce32798f278675f7a7b81a5d4d6ce9402bd49c6.zip |
rename jQuery Datepicker i18n file name
jquery-ui renamed these files.
https://github.com/jquery/jquery-ui/commit/21154cfa2e02ef1814a6aff68b14553bdad165cb
git-svn-id: http://svn.redmine.org/redmine/trunk@13415 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/javascripts/i18n/jquery.ui.datepicker-ko.js')
-rw-r--r-- | public/javascripts/i18n/jquery.ui.datepicker-ko.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/public/javascripts/i18n/jquery.ui.datepicker-ko.js b/public/javascripts/i18n/jquery.ui.datepicker-ko.js deleted file mode 100644 index 04112424d..000000000 --- a/public/javascripts/i18n/jquery.ui.datepicker-ko.js +++ /dev/null @@ -1,23 +0,0 @@ -/* Korean initialisation for the jQuery calendar extension. */ -/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */ -jQuery(function($){ - $.datepicker.regional['ko'] = { - closeText: '닫기', - prevText: '이전달', - nextText: '다음달', - currentText: '오늘', - monthNames: ['1월','2월','3월','4월','5월','6월', - '7월','8월','9월','10월','11월','12월'], - monthNamesShort: ['1월','2월','3월','4월','5월','6월', - '7월','8월','9월','10월','11월','12월'], - dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'], - dayNamesShort: ['일','월','화','수','목','금','토'], - dayNamesMin: ['일','월','화','수','목','금','토'], - weekHeader: 'Wk', - dateFormat: 'yy-mm-dd', - firstDay: 0, - isRTL: false, - showMonthAfterYear: true, - yearSuffix: '년'}; - $.datepicker.setDefaults($.datepicker.regional['ko']); -});
\ No newline at end of file |