/**
* Thai translation for bootstrap-datepicker
* Suchau Jiraprapot <seroz24@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['th'] = {
days: ["???????", "??????", "??????", "???", "?????", "?????", "?????", "???????"],
daysShort: ["??", "?", "?", "?", "??", "?", "?", "??"],
daysMin: ["??", "?", "?", "?", "??", "?", "?", "??"],
months: ["??????", "??????????", "??????", "??????", "???????", "????????", "???????", "???????", "???????", "??????", "?????????", "???????"],
monthsShort: ["?.?.", "?.?.", "??.?.", "??.?.", "?.?.", "??.?.", "?.?.", "?.?.", "?.?.", "?.?.", "?.?.", "?.?."],
today: "??????"
};
}(jQuery));
|