Home » HTML » HTML_QuickForm » Bug #3947
French month names and abreviation changes
Details
| Submitted | 2005-03-24 21:33 UTC |
|---|---|
| From | jf_lavigne at sympatico dot ca |
| Assigned | mansion |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | 4.3.10 |
| OS | Win XP |
| Roadmaps | (Not assigned) |
Comments
[2005-03-24 21:33 UTC] jf_lavigne at sympatico dot ca
Description:
------------
When using the HTML_QuickForm_date class, the French months do not use the proper accents for the months of february, august and december.
The short months also are usually spelled slightly differently. June and August is usually spelled in full and july is 'juil'.
Reproduce code:
---------------
...
'months_short' => array (
'Jan', 'Fév', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil',
'Août', 'Sept', 'Oct', 'Nov', 'Déc'
),
'months_long' => array (
'Janvier', 'Février', 'Mars', 'Avril', 'Mai',
'Juin', 'Juillet', 'Août', 'Septembre',
'Octobre', 'Novembre', 'Décembre')
),
...
[2005-06-26 07:27 UTC] bmansion at mamasam dot com
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.