/**
* Mongolian translation for bootstrap-datepicker
* Andrey Torsunov <andrey.torsunov@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['mn'] = {
days: ["???", "?????", "??????", "??????", "?????", "??????", "?????"],
daysShort: ["???", "???", "???", "???", "???", "???", "???"],
daysMin: ["??", "??", "??", "??", "??", "??", "??"],
months: ["???????", "????", "???", "??????", "???", "?????", "????", "????", "???", "?????", "?????", "?????"],
monthsShort: ["???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???"],
today: "???????",
clear: "????????",
format: "yyyy.mm.dd",
weekStart: 1
};
}(jQuery));
|