We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2362c6c commit 0595fd7Copy full SHA for 0595fd7
localization/jquery-ui-timepicker-vi.js
@@ -0,0 +1,17 @@
1
+/* Vietnamese translation for the jQuery Timepicker Addon */
2
+/* Written by Nguyen Dinh Trung */
3
+(function($) {
4
+ $.timepicker.regional['vi'] = {
5
+ timeOnlyTitle: 'Chọn giờ',
6
+ timeText: 'Thời gian',
7
+ hourText: 'Giờ',
8
+ minuteText: 'Phút',
9
+ secondText: 'Giây',
10
+ timezoneText: 'Múi giờ',
11
+ currentText: 'Hiện thời',
12
+ closeText: 'Đóng'
13
+ timeFormat: 'h:m',
14
+ ampm: false
15
+ };
16
+ $.timepicker.setDefaults($.timepicker.regional['vi']);
17
+})(jQuery);
0 commit comments