]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Fixed currentText in French locale. Fixes #5455 - Correction in French...
authorScott González <scott.gonzalez@gmail.com>
Tue, 26 Oct 2010 12:24:55 +0000 (08:24 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 26 Oct 2010 12:24:55 +0000 (08:24 -0400)
ui/i18n/jquery.ui.datepicker-fr.js

index 134bda65deaa89e010902dd1cd4f5fdee17fb469..b10d4e67513c1643b37ea51a7df33c7ca80301de 100644 (file)
@@ -5,7 +5,7 @@ jQuery(function($){
                closeText: 'Fermer',
                prevText: '&#x3c;Préc',
                nextText: 'Suiv&#x3e;',
-               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',