/**
* Traditional Chinese translation for bootstrap-datepicker
* Rung-Sheng Jang <daniel@i-trend.co.cc>
* FrankWu <frankwu100@gmail.com> Fix more appropriate use of Traditional Chinese habit
*/
;(function($){
$.fn.datepicker.dates['zh-TW'] = {
days: ["???", "???", "???", "???", "???", "???", "???"],
daysShort: ["??", "??", "??", "??", "??", "??", "??"],
daysMin: ["?", "?", "?", "?", "?", "?", "?"],
months: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"],
monthsShort: ["1?", "2?", "3?", "4?", "5?", "6?", "7?", "8?", "9?", "10?", "11?", "12?"],
today: "??",
format: "yyyy?mm?dd?",
weekStart: 1,
clear: "??"
};
}(jQuery));
|