diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-26 08:24:55 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-26 08:24:55 -0400 |
commit | 9ead629c2cdd2689028f3a7ebb258aa41ab47afb (patch) | |
tree | ea47e527bf54d9f454377095a4c8456e6476449c /ui/i18n | |
parent | 482d3c25613c43a301ca6597aeea30ecb37e00e8 (diff) | |
download | jquery-ui-9ead629c2cdd2689028f3a7ebb258aa41ab47afb.tar.gz jquery-ui-9ead629c2cdd2689028f3a7ebb258aa41ab47afb.zip |
Datepicker: Fixed currentText in French locale. Fixes #5455 - Correction in French localization for Datepicker.
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-fr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-fr.js b/ui/i18n/jquery.ui.datepicker-fr.js index 134bda65d..b10d4e675 100644 --- a/ui/i18n/jquery.ui.datepicker-fr.js +++ b/ui/i18n/jquery.ui.datepicker-fr.js @@ -5,7 +5,7 @@ jQuery(function($){ closeText: 'Fermer', prevText: '<Préc', nextText: 'Suiv>', - currentText: 'Courant', + currentText: 'Aujourd\'hui', monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', |