Skip to content

Commit 0ac0d51

Browse files
committed
Fix comments, set time format to French standard.
1 parent fc8769a commit 0ac0d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localization/jquery-ui-timepicker-fr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Czech translation for the jQuery Timepicker Addon */
1+
/* French translation for the jQuery Timepicker Addon */
22
/* Written by Thomas Lété */
33
(function($) {
44
$.timepicker.regional['fr'] = {
@@ -10,7 +10,7 @@
1010
timezoneText: 'Fuseau horaire',
1111
currentText: 'Maintenant',
1212
closeText: 'Terminé',
13-
timeFormat: 'h:m',
13+
timeFormat: 'hh:mm',
1414
ampm: false
1515
};
1616
$.timepicker.setDefaults($.timepicker.regional['fr']);

0 commit comments

Comments
 (0)