From c1e043b7ba78cee73d13ded9ef03b256202540f1 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 10:36:10 +0300 Subject: Move STATIC_ROOT inside app directory --- servo/static/js/locales/bootstrap-datepicker.zh-TW.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 servo/static/js/locales/bootstrap-datepicker.zh-TW.js (limited to 'servo/static/js/locales/bootstrap-datepicker.zh-TW.js') diff --git a/servo/static/js/locales/bootstrap-datepicker.zh-TW.js b/servo/static/js/locales/bootstrap-datepicker.zh-TW.js new file mode 100755 index 0000000..d21afc1 --- /dev/null +++ b/servo/static/js/locales/bootstrap-datepicker.zh-TW.js @@ -0,0 +1,13 @@ +/** + * Traditional Chinese translation for bootstrap-datepicker + * Rung-Sheng Jang + */ +;(function($){ + $.fn.datepicker.dates['zh-TW'] = { + days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"], + daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"], + daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"], + months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], + monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"] + }; +}(jQuery)); -- cgit v1.2.3