We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8769a commit 0ac0d51Copy full SHA for 0ac0d51
localization/jquery-ui-timepicker-fr.js
@@ -1,4 +1,4 @@
1
-/* Czech translation for the jQuery Timepicker Addon */
+/* French translation for the jQuery Timepicker Addon */
2
/* Written by Thomas Lété */
3
(function($) {
4
$.timepicker.regional['fr'] = {
@@ -10,7 +10,7 @@
10
timezoneText: 'Fuseau horaire',
11
currentText: 'Maintenant',
12
closeText: 'Terminé',
13
- timeFormat: 'h:m',
+ timeFormat: 'hh:mm',
14
ampm: false
15
};
16
$.timepicker.setDefaults($.timepicker.regional['fr']);
0 commit comments