Home » HTML » HTML_QuickForm » Bug #2884
New feature
Details
| Request #2884 | New feature |
|---|---|
| Submitted | 2004-12-03 16:35 UTC |
| From | cristi dot barladeanu at gmail dot com |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | 4.3.9 |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-12-03 16:35 UTC] cristi dot barladeanu at gmail dot com
Description:
------------
You are doing a great job here at QF package. I want to add an extremely small contribution, the translation in Romanian for the date custom element.
Keep up the good work, thank you for your effort.
Reproduce code:
---------------
File: Quickform/date.php
Line: 98, var $_locale array
..
'ro' => array (
'weekdays_short'=> array ('Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sam'),
'weekdays_long' => array ('Duminica', 'Luni', 'Marti', 'Miercuri', 'Joi', 'Vineri', 'Sambata'),
'months_short' => array ('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'),
'months_long' => array ('Ianuarie', 'Februarie', 'Martie', 'Aprilie', 'Mai', 'Iunie', 'Iulie', 'August', 'Septembrie', 'Octombrie', 'Noiembrie', 'Decembrie')
),
..