/**
* Serbian cyrillic translation for bootstrap-datepicker
* Bojan Milosavlevi? <milboj@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['sr'] = {
days: ["??????","?????????", "??????", "?????", "????????", "?????", "??????"],
daysShort: ["???", "???", "???", "???", "???", "???", "???"],
daysMin: ["?", "??", "?", "??", "?", "??", "??"],
months: ["??????", "???????", "????", "?????", "???", "???", "???", "??????", "?????????", "???????", "????????", "????????"],
monthsShort: ["???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???"],
today: "?????",
weekStart: 1,
format: "dd.mm.yyyy"
};
}(jQuery));
|