Home » HTML » HTML_QuickForm » Bug #5165
Add Traditional Chinese language on Date Field
Details
| Request #5165 | Add Traditional Chinese language on Date Field |
|---|---|
| Submitted | 2005-08-21 08:02 UTC |
| From | kevlo at kevlo dot org |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | 5.0.4 |
| OS | OpenBSD |
| Roadmaps | (Not assigned) |
Comments
[2005-08-21 08:02 UTC] kevlo at kevlo dot org
Description:
------------
Add Traditinal Chinese translation on Date Field constructor for QuickForm.
Test script:
---------------
--- date.php.orig 2005-08-21 15:40:30.000000000 +0800
+++ date.php 2005-08-21 15:58:22.000000000 +0800
@@ -102,6 +102,12 @@
'months_short' => array ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'),
'months_long' => array ('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December') ),
+ 'tw' => array (
+ 'weekdays_short'=> array ('週日', '週一', '週二', '週三', '週四', '週五', '週六'),
+ 'weekdays_long' => array ('星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'),
+ 'months_short' => array ('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'),
+ 'months_long' => array ('一月', '二月', '三月', '四月', '五月', ' 六月', '七月', '八月', '九月', '十月', '十一月', '十二月'),
+ ),
'de' => array (
'weekdays_short'=> array ('So', 'Mon', 'Di', 'Mi', 'Do', 'Fr', 'Sa'),
'weekdays_long' => array ('Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'),
[2005-08-21 08:06 UTC] kevlo at kevlo dot org
This request is for HTML_QuickForm package, thanks.