Mercurial > hg > ismi-richfaces
comparison src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/ui/i18n/jquery.ui.datepicker-ko.js @ 7:764f47286679
(none)
author | jurzua |
---|---|
date | Wed, 29 Oct 2014 14:28:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:ded3bccf2cf9 | 7:764f47286679 |
---|---|
1 /* Korean initialisation for the jQuery calendar extension. */ | |
2 /* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */ | |
3 jQuery(function($){ | |
4 $.datepicker.regional['ko'] = { | |
5 closeText: '닫기', | |
6 prevText: '이전달', | |
7 nextText: '다음달', | |
8 currentText: '오늘', | |
9 monthNames: ['1월','2월','3월','4월','5월','6월', | |
10 '7월','8월','9월','10월','11월','12월'], | |
11 monthNamesShort: ['1월','2월','3월','4월','5월','6월', | |
12 '7월','8월','9월','10월','11월','12월'], | |
13 dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'], | |
14 dayNamesShort: ['일','월','화','수','목','금','토'], | |
15 dayNamesMin: ['일','월','화','수','목','금','토'], | |
16 weekHeader: 'Wk', | |
17 dateFormat: 'yy-mm-dd', | |
18 firstDay: 0, | |
19 isRTL: false, | |
20 showMonthAfterYear: true, | |
21 yearSuffix: '년'}; | |
22 $.datepicker.setDefaults($.datepicker.regional['ko']); | |
23 }); |