From 635f3ffc2bc19f46318669175e152e60a5030577 Mon Sep 17 00:00:00 2001 From: Thierry Zires Date: Tue, 6 May 2014 16:20:04 +0800 Subject: [PATCH] Add clear zh-CN translation Add clear zh-CN translation --- js/locales/bootstrap-datepicker.zh-CN.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/locales/bootstrap-datepicker.zh-CN.js b/js/locales/bootstrap-datepicker.zh-CN.js index d6625ec61..984aa935b 100644 --- a/js/locales/bootstrap-datepicker.zh-CN.js +++ b/js/locales/bootstrap-datepicker.zh-CN.js @@ -11,6 +11,7 @@ monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], today: "今日", format: "yyyy年mm月dd日", - weekStart: 1 + weekStart: 1, + clear: "清空" }; }(jQuery));