/**
* Bulgarian translation for bootstrap-datepicker
* Apostol Apostolov <apostol.s.apostolov@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['bg'] = {
days: ["??????", "??????????", "???????", "?????", "?????????", "?????", "??????"],
daysShort: ["???", "???", "???", "???", "???", "???", "???"],
daysMin: ["?", "?", "?", "?", "?", "?", "?"],
months: ["??????", "????????", "????", "?????", "???", "???", "???", "??????", "?????????", "????????", "???????", "????????"],
monthsShort: ["??", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???"],
today: "????"
};
}(jQuery));
|