Home » HTML » HTML_QuickForm » Bug #4821
Swedish locale array for date()
Details
| Request #4821 | Swedish locale array for date() |
|---|---|
| Submitted | 2005-07-13 16:07 UTC |
| From | sigge at hystrix dot se |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-07-13 16:07 UTC] sigge at hystrix dot se
Description:
------------
Adding an array for swedish locale in date.php:
Please commit this as soon as possible. If there are other places where Swedish localization is needed, please get back to me and I'll gladly help!
Reproduce code:
---------------
Insert at line 225 in date.php:
'sv' => array (
'weekdays_short'=> array ('Sön', 'Mån', 'Tis', 'Ons', 'Tor', 'Fre', 'Lör'),
'weekdays_long' => array ('Söndag', 'Måndag', 'Tisdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lördag'),
'months_short' => array ('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'),
'months_long' => array ('Januari', 'Februari', 'Mars', 'April', 'Maj', 'Juni', 'Juli', 'Augusti', 'September', 'Oktober', 'November', 'December')
),