aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-zh-CN.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-zh-CN.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-zh-CN.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-zh-CN.js b/static/development-bundle/ui/i18n/ui.datepicker-zh-CN.js
deleted file mode 100644
index e3a69dc..0000000
--- a/static/development-bundle/ui/i18n/ui.datepicker-zh-CN.js
+++ /dev/null
@@ -1,19 +0,0 @@
1/* Chinese initialisation for the jQuery UI date picker plugin. */
2/* Written by Cloudream (cloudream@gmail.com). */
3jQuery(function($){
4 $.datepicker.regional['zh-CN'] = {
5 closeText: '关闭',
6 prevText: '<上月',
7 nextText: '下月>',
8 currentText: '今天',
9 monthNames: ['一月','二月','三月','四月','五月','六月',
10 '七月','八月','九月','十月','十一月','十二月'],
11 monthNamesShort: ['一','二','三','四','五','六',
12 '七','八','九','十','十一','十二'],
13 dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
14 dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
15 dayNamesMin: ['日','一','二','三','四','五','六'],
16 dateFormat: 'yy-mm-dd', firstDay: 1,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['zh-CN']);
19});