/**
* Traditional Chinese translation for bootstrap-datetimepicker
* Rung-Sheng Jang <daniel@i-trend.co.cc>
*/
;(function($){
$.fn.datetimepicker.dates['zh-TW'] = {
days: ["???", "???", "???", "???", "???", "???", "???", "???"],
daysShort: ["??", "??", "??", "??", "??", "??", "??", "??"],
daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"],
months: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"],
monthsShort: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"],
today: "??",
suffix: [],
meridiem: ["??", "??"]
};
}(jQuery));
|