summaryrefslogtreecommitdiffstats
path: root/localization/jquery-ui-timepicker-fr.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2011-06-07 08:49:25 -0700
committerTrent Richardson <trentdrichardson@gmail.com>2011-06-07 08:49:25 -0700
commit2e45f5c352ee0b35cdbaf7600ac21ec3effc59ad (patch)
treed7c63aa43bec41a8d14315e5a7713e7b3c40755b /localization/jquery-ui-timepicker-fr.js
parentfc8769abfb554b9ac38fefc3077675ff2fe22da9 (diff)
parent61a31f82a4bc4c08fe5bb13bcf56f93e526a3810 (diff)
downloadjQuery-Timepicker-Addon-2e45f5c352ee0b35cdbaf7600ac21ec3effc59ad.zip
jQuery-Timepicker-Addon-2e45f5c352ee0b35cdbaf7600ac21ec3effc59ad.tar.gz
jQuery-Timepicker-Addon-2e45f5c352ee0b35cdbaf7600ac21ec3effc59ad.tar.bz2
Merge pull request #174 from ianare/dev
Minor fix to FR, add ES translation
Diffstat (limited to 'localization/jquery-ui-timepicker-fr.js')
-rw-r--r--localization/jquery-ui-timepicker-fr.js4
1 files 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']);