/**
* Hebrew translation for bootstrap-datepicker
* Sagie Maoz <sagie@maoz.info>
*/
;(function($){
$.fn.datepicker.dates['he'] = {
days: ["?????", "???", "?????", "?????", "?????", "????", "???", "?????"],
daysShort: ["?", "?", "?", "?", "?", "?", "?", "?"],
daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"],
months: ["?????", "??????", "???", "?????", "???", "????", "????", "??????", "??????", "???????", "??????", "?????"],
monthsShort: ["???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???", "???"],
today: "????",
rtl: true
};
}(jQuery));
|