aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-ja.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/i18n/ui.datepicker-ja.js')
-rw-r--r--ui/i18n/ui.datepicker-ja.js6
1 files changed, 4 insertions, 2 deletions
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