gitea/public/js/locales/bootstrap-datepicker.th.js

15 lines
1008 B
JavaScript

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