We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26765c3 commit 07e7f06Copy full SHA for 07e7f06
localization/jquery-ui-timepicker-th.js
@@ -0,0 +1,17 @@
1
+/* Thai translation for the jQuery Timepicker Addon */
2
+/* Written by Yote Wachirapornpongsa */
3
+(function($) {
4
+ $.timepicker.regional['th'] = {
5
+ timeOnlyTitle: 'เลือกเวลา',
6
+ timeText: 'เวลา ',
7
+ hourText: 'ชั่วโมง ',
8
+ minuteText: 'นาที',
9
+ secondText: 'วินาที',
10
+ millisecText: 'มิลลิวินาที',
11
+ timezoneText: 'เขตเวลา',
12
+ currentText: 'เวลาปัจจุบัน',
13
+ closeText: 'ปิด',
14
+ timeFormat: 'hh:mm tt'
15
+ };
16
+ $.timepicker.setDefaults($.timepicker.regional['th']);
17
+})(jQuery);
0 commit comments