| /**
 * Traditional Chinese translation for bootstrap-datepicker
 * Rung-Sheng Jang <[email protected] >
 */
;(function($){
	$.fn.datepicker.dates['zh-TW'] = {
				days: ["???", "???", "???", "???", "???", "???", "???", "???"],
			daysShort: ["??", "??", "??", "??", "??", "??", "??", "??"],
			daysMin:  ["?", "?", "?", "?", "?", "?", "?", "?"],
			months: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"],
			monthsShort: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"]
	};
}(jQuery));
 |