aboutsummaryrefslogtreecommitdiffstats
path: root/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.zh-CN.js
diff options
context:
space:
mode:
Diffstat (limited to 'hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.zh-CN.js')
-rw-r--r--hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.zh-CN.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.zh-CN.js b/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.zh-CN.js
new file mode 100644
index 0000000..d640c32
--- /dev/null
+++ b/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.zh-CN.js
@@ -0,0 +1,13 @@
+/**
+ * Simplified Chinese translation for bootstrap-datepicker
+ * Yuan Cheung <advanimal@gmail.com>
+ */
+;(function($){
+ $.fn.datepicker.dates['zh-CN'] = {
+ days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
+ daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
+ daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
+ months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
+ monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
+ };
+}(jQuery));