/**
* Persian translation for bootstrap-datepicker
* Mostafa Rokooie <mostafa.rokooie@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['fa'] = {
days: ["???????", "??????", "???????", "????????", "????????", "????", "????", "???????"],
daysShort: ["??", "??", "??", "????", "???", "????", "????", "??"],
daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"],
months: ["??????", "?????", "????", "?????", "??", "????", "?????", "???", "???????", "?????", "??????", "??????"],
monthsShort: ["???", "???", "???", "???", "??", "???", "???", "???", "???", "???", "???", "???"],
today: "?????",
clear: "??? ??",
weekStart: 1,
format: "yyyy/mm/dd"
};
}(jQuery));
|