diff options
Diffstat (limited to 'localization/jquery-ui-timepicker-fr.js')
-rw-r--r-- | localization/jquery-ui-timepicker-fr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localization/jquery-ui-timepicker-fr.js b/localization/jquery-ui-timepicker-fr.js index f99babf..e6e1784 100644 --- a/localization/jquery-ui-timepicker-fr.js +++ b/localization/jquery-ui-timepicker-fr.js @@ -1,4 +1,4 @@ -/* Czech translation for the jQuery Timepicker Addon */ +/* French translation for the jQuery Timepicker Addon */ /* Written by Thomas Lété */ (function($) { $.timepicker.regional['fr'] = { @@ -10,7 +10,7 @@ timezoneText: 'Fuseau horaire', currentText: 'Maintenant', closeText: 'Terminé', - timeFormat: 'h:m', + timeFormat: 'hh:mm', ampm: false }; $.timepicker.setDefaults($.timepicker.regional['fr']); |