| /**
 * Thai translation for bootstrap-datepicker
 * Suchau Jiraprapot <[email protected] >
 */
;(function($){
	$.fn.datepicker.dates['th'] = {
		days: ["???????", "??????", "??????", "???", "?????", "?????", "?????", "???????"],
		daysShort: ["??", "?", "?", "?", "??", "?", "?", "??"],
		daysMin: ["??", "?", "?", "?", "??", "?", "?", "??"],
		months: ["??????", "??????????", "??????", "??????", "???????", "????????", "???????", "???????", "???????", "??????", "?????????", "???????"],
		monthsShort: ["?.?.", "?.?.", "??.?.", "??.?.", "?.?.", "??.?.", "?.?.", "?.?.", "?.?.", "?.?.", "?.?.", "?.?."],
		today: "??????"
	};
}(jQuery));
 |