summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2012-03-15 10:38:31 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2012-03-15 10:38:31 -0400
commit5302e3e876f6c9fbba2b7c1c2121a4056c2ea690 (patch)
treec3aaecc24caa25d8111762cdd4e6d9c54c42dfae
parente0cdb188e57c667490bf8fb3d6ce0e33c220483c (diff)
downloadjQuery-Timepicker-Addon-5302e3e876f6c9fbba2b7c1c2121a4056c2ea690.zip
jQuery-Timepicker-Addon-5302e3e876f6c9fbba2b7c1c2121a4056c2ea690.tar.gz
jQuery-Timepicker-Addon-5302e3e876f6c9fbba2b7c1c2121a4056c2ea690.tar.bz2
Fix missing comma by Ximik
-rw-r--r--localization/jquery-ui-timepicker-vi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/localization/jquery-ui-timepicker-vi.js b/localization/jquery-ui-timepicker-vi.js
index f049eb4..c2c3b99 100644
--- a/localization/jquery-ui-timepicker-vi.js
+++ b/localization/jquery-ui-timepicker-vi.js
@@ -10,7 +10,7 @@
millisecText: 'Phần nghìn giây',
timezoneText: 'Múi giờ',
currentText: 'Hiện thời',
- closeText: 'Đóng'
+ closeText: 'Đóng',
timeFormat: 'h:m',
amNames: ['SA', 'AM', 'A'],
pmNames: ['CH', 'PM', 'P'],