| /**
 * Simplified Chinese translation for bootstrap-datepicker
 * Yuan Cheung <[email protected] >
 */
;(function($){
	$.fn.datepicker.dates['zh-CN'] = {
				days: ["???", "???", "???", "???", "???", "???", "???", "???"],
			daysShort: ["??", "??", "??", "??", "??", "??", "??", "??"],
			daysMin:  ["?", "?", "?", "?", "?", "?", "?", "?"],
			months: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"],
			monthsShort: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"],
			today: "??"
	};
}(jQuery));
 |