Sha256: 6f512126d8ef4b1b2fe027f237b66c7a1397e7bab0c624fcd8b72f0135165f02

Contents?: true

Size: 1.25 KB

Versions: 11

Compression:

Stored size: 1.25 KB

Contents

/* Thai initialisation for the jQuery UI date picker plugin. */
/* Written by pipo (pipo@sixhead.com). */
jQuery(function($){
	$.datepicker.regional['th'] = {
		closeText: 'ปิด',
		prevText: '« ย้อน',
		nextText: 'ถัดไป »',
		currentText: 'วันนี้',
		monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
		'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
		monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
		'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
		dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
		dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
		dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
		weekHeader: 'Wk',
		dateFormat: 'dd/mm/yy',
		firstDay: 0,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
	// $.datepicker.setDefaults($.datepicker.regional['th']);
});

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
formize-1.1.3 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-2.1.0 vendor/assets/javascripts/jquery-ui/datepicker/th.js
formize-2.0.1 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-2.0.0 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-1.1.2 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-1.1.1 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-1.1.0 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-1.0.4 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-1.0.3 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-1.0.2 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js
formize-1.0.1 vendor/assets/javascripts/locales/jquery.ui.datepicker-th.js