/**
 * Arabic-Tunisia translation for bootstrap-datepicker
 * Souhaieb Besbes < [email protected]>
 */
;(function($){
    $.fn.datepicker.dates['ar-tn'] = {
        days: ["?????", "???????", "????????", "????????", "??????", "??????", "?????", "?????"],
        daysShort: ["???", "?????", "??????", "??????", "????", "????", "???", "???"],
        daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"],
        months: ["?????","?????","????","?????","???","????","??????","???","??????","??????","??????","??????"],
        monthsShort: ["?????","?????","????","?????","???","????","??????","???","??????","??????","??????","??????"],
        today: "??? ?????",
        rtl: true
    };
}(jQuery));
 
  |