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é */
|
/* Written by Thomas Lété */
|
||||||
(function($) {
|
(function($) {
|
||||||
$.timepicker.regional['fr'] = {
|
$.timepicker.regional['fr'] = {
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
timezoneText: 'Fuseau horaire',
|
timezoneText: 'Fuseau horaire',
|
||||||
currentText: 'Maintenant',
|
currentText: 'Maintenant',
|
||||||
closeText: 'Terminé',
|
closeText: 'Terminé',
|
||||||
timeFormat: 'h:m',
|
timeFormat: 'hh:mm',
|
||||||
ampm: false
|
ampm: false
|
||||||
};
|
};
|
||||||
$.timepicker.setDefaults($.timepicker.regional['fr']);
|
$.timepicker.setDefaults($.timepicker.regional['fr']);
|
||||||
|
|
Loading…
Reference in a new issue