From fea2eeb0d73add46dc4798ecca87692a22c57b6d Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Wed, 1 Apr 2009 10:34:16 +0000 Subject: Datepicker: fixed #4085 - Can not display year and month correctly in Japanese --- ui/i18n/ui.datepicker-ja.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ui/i18n/ui.datepicker-ja.js') diff --git a/ui/i18n/ui.datepicker-ja.js b/ui/i18n/ui.datepicker-ja.js index a6a5f45ce..7da88d43a 100644 --- a/ui/i18n/ui.datepicker-ja.js +++ b/ui/i18n/ui.datepicker-ja.js @@ -13,8 +13,10 @@ jQuery(function($){ dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'], dayNamesShort: ['日','月','火','水','木','金','土'], dayNamesMin: ['日','月','火','水','木','金','土'], - dateFormat: 'yy/mm/dd', firstDay: 0, + dateFormat: 'yy/mm/dd', + firstDay: 0, isRTL: false, - showMonthAfterYear: true}; + showMonthAfterYear: true, + yearSuffix: '年'}; $.datepicker.setDefaults($.datepicker.regional['ja']); }); \ No newline at end of file -- cgit v1.2.3