aboutsummaryrefslogtreecommitdiffstats
path: root/static/js/locales/bootstrap-datepicker.zh-TW.js
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-08-04 10:11:24 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-08-04 10:11:24 +0300
commit63b0fc6269b38edf7234b9f151b80d81f614c0a3 (patch)
tree555de3068f33f8dddb4619349bbea7d9b7c822fd /static/js/locales/bootstrap-datepicker.zh-TW.js
downloadServo-63b0fc6269b38edf7234b9f151b80d81f614c0a3.tar.gz
Servo-63b0fc6269b38edf7234b9f151b80d81f614c0a3.tar.bz2
Servo-63b0fc6269b38edf7234b9f151b80d81f614c0a3.zip
Initial commit
First public commit
Diffstat (limited to 'static/js/locales/bootstrap-datepicker.zh-TW.js')
-rwxr-xr-xstatic/js/locales/bootstrap-datepicker.zh-TW.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/js/locales/bootstrap-datepicker.zh-TW.js b/static/js/locales/bootstrap-datepicker.zh-TW.js
new file mode 100755
index 0000000..d21afc1
--- /dev/null
+++ b/static/js/locales/bootstrap-datepicker.zh-TW.js
@@ -0,0 +1,13 @@
+/**
+ * Traditional Chinese translation for bootstrap-datepicker
+ * Rung-Sheng Jang <daniel@i-trend.co.cc>
+ */
+;(function($){
+ $.fn.datepicker.dates['zh-TW'] = {
+ days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
+ daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
+ daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
+ months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
+ monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
+ };
+}(jQuery));