Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Type changed from enhancement to bug
- Summary changed from Correction in French localization for Datepicker : i18n/jquery.ui.datepicker-fr.js to Datepicker: Correction in French localization
- Resolution set to fixed
- Milestone changed from TBD to 1.9
Fixed in 9ead629.
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.