Sha256: e2cb5bd341015bd3d85d8bbcc40a4761aafde8d8ca4bbd0545d1744fcdf0b15b

Contents?: true

Size: 1.58 KB

Versions: 6

Compression:

Stored size: 1.58 KB

Contents

/* Thai initialisation for the jQuery UI date picker plugin. */
/* Written by pipo (pipo@sixhead.com). */
(function($) {
	$.datepick.regional['th'] = {
		clearText: 'ลบ', clearStatus: '',
		closeText: 'ปิด', closeStatus: '',
		prevText: '« ย้อน', prevStatus: '',
		prevBigText: '<<', prevBigStatus: '',
		nextText: 'ถัดไป »', nextStatus: '',
		nextBigText: '>>', nextBigStatus: '',
		currentText: 'วันนี้', currentStatus: '',
		monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
		'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
		monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
		'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
		monthStatus: '', yearStatus: '',
		weekHeader: 'Sm', weekStatus: '',
		dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
		dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
		dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
		dayStatus: 'DD', dateStatus: 'D, M d',
		dateFormat: 'dd/mm/yy', firstDay: 0,
		initStatus: '', isRTL: false,
		showMonthAfterYear: false, yearSuffix: ''};
	$.datepick.setDefaults($.datepick.regional['th']);
})(jQuery);

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alfa-0.0.8.pre assets/js/jquery/plugins/datepick/jquery.datepick-th.js
alfa-0.0.7.pre assets/js/jquery/plugins/datepick/jquery.datepick-th.js
alfa-0.0.6.pre assets/js/jquery/plugins/datepick/jquery.datepick-th.js
alfa-0.0.5.pre assets/js/jquery/plugins/datepick/jquery.datepick-th.js
alfa-0.0.4.pre assets/js/jquery/plugins/datepick/jquery.datepick-th.js
alfa-0.0.2.pre assets/js/jquery/plugins/datepick/jquery.datepick-th.js