Fix comments, set time format to French standard.
This commit is contained in:
parent
fc8769abfb
commit
0ac0d510ef
4
localization/jquery-ui-timepicker-fr.js
vendored
4
localization/jquery-ui-timepicker-fr.js
vendored
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue