/**
 * Cambodia (Khmer) translation for bootstrap-datepicker
 * Lytay TOUCH < [email protected]>
 *
 * DEPRECATED: This language code 'kh' is deprecated and will be removed in 2.0.
 * Khmer support is now in a 'km' translation file to follow the ISO language
 * code - http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
 */
;(function($){
	$.fn.datepicker.dates['kh'] = {
		days: ["???????", "????", "??????", "???", "??????????", "?????", "????"],
		daysShort: ["??.??", "????", "??????", "???", "???.?", "?????", "????"],
		daysMin: ["??.??", "????", "??????", "???", "???.?", "?????", "????"],
		months: ["????", "??????", "????", "????", "????", "??????", "??????", "????", "?????", "????", "????????", "????"],
		monthsShort: ["????", "??????", "????", "????", "????", "??????", "??????", "????", "?????", "????", "????????", "????"],
		today: "???????",
		clear: "?????"
	};
	$.fn.datepicker.deprecated('The language code "kh" is deprecated and will be removed in 2.0. For Khmer support use "km" instead.');
}(jQuery));
 
  |