From 0ac0d510efcf5a21aa7f9853355c9e764d6fcc80 Mon Sep 17 00:00:00 2001 From: ianare Date: Tue, 7 Jun 2011 06:50:32 -0700 Subject: [PATCH] Fix comments, set time format to French standard. --- localization/jquery-ui-timepicker-fr.js | 4 ++-- 1 file 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']);