PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #2884

New feature

Details

Request #2884New feature
Submitted2004-12-03 16:35 UTC
Fromcristi dot barladeanu at gmail dot com
StatusClosed
PackageHTML_QuickForm
PHP Version4.3.9
OSIrrelevant
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')
),
..