summaryrefslogtreecommitdiff
path: root/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-15 11:14:51 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-15 11:14:51 +0100
commit38c22f210f393eeca49e6f2fb19136fa0f76c759 (patch)
tree404833b583341e9d1a6a47851858847554920711 /javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
parent29de8af87d6545347c6a76793f26905d132a1bc6 (diff)
downloadutil-38c22f210f393eeca49e6f2fb19136fa0f76c759.tar.gz
util-38c22f210f393eeca49e6f2fb19136fa0f76c759.tar.bz2
util-38c22f210f393eeca49e6f2fb19136fa0f76c759.zip
Remove legacy javascript that is currently not used in compact package set
Diffstat (limited to 'javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js')
-rw-r--r--javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js b/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
deleted file mode 100644
index 418fb30..0000000
--- a/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Simplified Chinese translation for bootstrap-datetimepicker
- * Yuan Cheung <advanimal@gmail.com>
- */
-;(function($){
- $.fn.datetimepicker.dates['zh-CN'] = {
- days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
- daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
- daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
- months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
- monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
- today: "今天",
- suffix: [],
- meridiem: ["上午", "下午"]
- };
-}(jQuery));