Genie
Results
1
comments of
Genie
there is a missing comma. https://github.com/trentrichardson/jQuery-Timepicker-Addon/blob/master/localization/jquery-ui-timepicker-vi.js ``` diff @@ -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',...