Fix comments, set time format to French standard.

master
ianare 2011-06-07 06:50:32 -07:00
parent fc8769abfb
commit 0ac0d510ef
1 changed files with 2 additions and 2 deletions

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é */
(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']);