Fix comments, set time format to French standard.

This commit is contained in:
ianare 2011-06-07 06:50:32 -07:00
parent fc8769abfb
commit 0ac0d510ef

View file

@ -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']);