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