| /**
 * Sinhala translation for bootstrap-datepicker
 * Chanaka Fernando <[email protected] >
 */
;(function($){
	$.fn.datepicker.dates['si'] = {
		days: ["?????", "?????", "?????????", "?????", "??????????????", "????????", "?????????"],
		daysShort: ["???", "???", "??", "???", "?????", "????", "???"],
		daysMin: ["?", "?", "?", "?", "????", "??", "??"],
		months: ["??????", "????????", "??????", "????????", "????", "????", "????", "???????", "???????????", "????????", "?????????", "?????????"],
		monthsShort: ["??", "???", "????", "??????", "????", "????", "????", "???", "????", "???", "????", "????"],
		today: "??",
		monthsTitle: "???",
		clear: "?????",
		weekStart: 0,
		format: "yyyy-mm-dd"
	};
}(jQuery));
 |