diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-03-15 10:38:31 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-03-15 10:38:31 -0400 |
commit | 5302e3e876f6c9fbba2b7c1c2121a4056c2ea690 (patch) | |
tree | c3aaecc24caa25d8111762cdd4e6d9c54c42dfae | |
parent | e0cdb188e57c667490bf8fb3d6ce0e33c220483c (diff) | |
download | jQuery-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.js | 2 |
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'], |