#5455 closed bug (fixed)
Datepicker: Correction in French localization
Reported by: | ghusta | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.datepicker | Version: | 1.8 |
Keywords: | i18n french | Cc: | |
Blocked by: | Blocking: |
Description
The french message for 'currentText' should be :
currentText: 'Aujourd'hui'
instead of :
currentText: 'Courant'
It should be fixed in the file : ./ui/i18n/jquery.ui.datepicker-fr.js
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | Correction in French localization for Datepicker : i18n/jquery.ui.datepicker-fr.js → Datepicker: Correction in French localization |
Type: | enhancement → bug |
Fixed in 9ead629.
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.7 |
---|
Note: See
TracTickets for help on using
tickets.
In fact, the string 'Aujourd'hui' works well for Firefox 3.5, but not for IE7.
The string 'Aujourd\'hui' works well for both.