diff options
Diffstat (limited to 'i18n/jquery-ui-timepicker-vi.js')
-rw-r--r-- | i18n/jquery-ui-timepicker-vi.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/i18n/jquery-ui-timepicker-vi.js b/i18n/jquery-ui-timepicker-vi.js deleted file mode 100644 index 48b05f1..0000000 --- a/i18n/jquery-ui-timepicker-vi.js +++ /dev/null @@ -1,21 +0,0 @@ -/* Vietnamese translation for the jQuery Timepicker Addon */ -/* Written by Nguyen Dinh Trung */ -(function($) { - $.timepicker.regional['vi'] = { - timeOnlyTitle: 'Chọn giờ', - timeText: 'Thời gian', - hourText: 'Giờ', - minuteText: 'Phút', - secondText: 'Giây', - millisecText: 'Phần nghìn giây', - microsecText: 'Miligiây', - timezoneText: 'Múi giờ', - currentText: 'Hiện thời', - closeText: 'Đóng', - timeFormat: 'H:m', - amNames: ['SA', 'AM', 'A'], - pmNames: ['CH', 'PM', 'P'], - isRTL: false - }; - $.timepicker.setDefaults($.timepicker.regional['vi']); -})(jQuery); |