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