forgejo/public/js/locales/bootstrap-datepicker.th.js
2014-05-09 22:33:07 +08:00

15 lines
1,008 B
JavaScript

/**
* Thai translation for bootstrap-datepicker
* Suchau Jiraprapot <seroz24@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['th'] = {
days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
daysShort: ["อา", "จ", "", "", "พฤ", "", "", "อา"],
daysMin: ["อา", "", "", "", "พฤ", "", "", "อา"],
months: ["มกราคม", "มภาพนธ", "นาคม", "เมษายน", "พฤษภาคม", "นายน", "กรกฎาคม", "งหาคม", "นยายน", "ลาคม", "พฤศจกายน", "นวาคม"],
monthsShort: ["..", "..", "..", "เม..", "..", "..", "..", "..", "..", "..", "..", ".."],
today: "นน"
};
}(jQuery));