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