Skip to content

Commit 07e7f06

Browse files
Thai localization by figgaro
1 parent 26765c3 commit 07e7f06

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)