Search and Top Navigation
#5455 closed bug (fixed)
Opened March 31, 2010 01:33PM UTC
Closed October 26, 2010 12:26PM UTC
Last modified December 08, 2010 06:36PM UTC
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
Attachments (0)
Change History (3)
Changed March 31, 2010 02:24PM UTC by comment:1
Changed October 26, 2010 12:26PM UTC by comment:2
| 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.
Changed December 08, 2010 06:36PM UTC by comment:3
| milestone: | 1.9 → 1.8.7 |
|---|
In fact, the string 'Aujourd'hui' works well for Firefox 3.5, but not for IE7.
The string 'Aujourd\\'hui' works well for both.