| /**
 * Kazakh translation for bootstrap-datepicker
 * Yerzhan Tolekov <[email protected] >
 */
;(function($){
	$.fn.datepicker.dates['kk'] = {
		days: ["????????", "????????", "????????", "????????", "????????", "????", "?????", "????????"],
		daysShort: ["???", "???", "???", "???", "???", "???", "???", "???"],
		daysMin: ["??", "??", "??", "??", "??", "??", "??", "??"],
		months: ["??????", "?????", "??????", "?????", "?????", "??????", "?????", "?????", "????????", "?????", "??????", "?????????"],
		monthsShort: ["???", "???", "???", "???", "?????", "???", "???", "???", "???", "???", "???", "???"],
		today: "?????",
		weekStart: 1
	};
}(jQuery));
 |