From b7160f66c1a572ae6920105e36d0452435fcd72f Mon Sep 17 00:00:00 2001 From: ximi Date: Wed, 26 Mar 2014 08:11:39 +0200 Subject: [PATCH] Added Japanese translation for Clear button --- js/locales/bootstrap-datepicker.ja.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/locales/bootstrap-datepicker.ja.js b/js/locales/bootstrap-datepicker.ja.js index ed0bc0f9d..699b6aefb 100644 --- a/js/locales/bootstrap-datepicker.ja.js +++ b/js/locales/bootstrap-datepicker.ja.js @@ -10,6 +10,7 @@ months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], today: "今日", - format: "yyyy/mm/dd" + format: "yyyy/mm/dd", + clear: "クリア" }; }(jQuery));