annotate public/javascripts/i18n/jquery.ui.datepicker-th.js @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 /* Thai initialisation for the jQuery UI date picker plugin. */
Chris@1115 2 /* Written by pipo (pipo@sixhead.com). */
Chris@1115 3 jQuery(function($){
Chris@1115 4 $.datepicker.regional['th'] = {
Chris@1115 5 closeText: 'ปิด',
Chris@1115 6 prevText: '« ย้อน',
Chris@1115 7 nextText: 'ถัดไป »',
Chris@1115 8 currentText: 'วันนี้',
Chris@1115 9 monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
Chris@1115 10 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
Chris@1115 11 monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
Chris@1115 12 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
Chris@1115 13 dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
Chris@1115 14 dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
Chris@1115 15 dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
Chris@1115 16 weekHeader: 'Wk',
Chris@1115 17 dateFormat: 'dd/mm/yy',
Chris@1115 18 firstDay: 0,
Chris@1115 19 isRTL: false,
Chris@1115 20 showMonthAfterYear: false,
Chris@1115 21 yearSuffix: ''};
Chris@1115 22 $.datepicker.setDefaults($.datepicker.regional['th']);
Chris@1115 23 });