Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 3.2.16

Request #5165 Add Traditional Chinese language on Date Field
Submitted: 2005-08-21 08:02 UTC
From: kevlo at kevlo dot org Assigned:
Status: Closed Package: HTML_QuickForm
PHP Version: 5.0.4 OS: OpenBSD
Roadmaps: (Not assigned)    
Subscription  


 [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'),

Comments

 [2005-08-21 08:06 UTC] kevlo at kevlo dot org
This request is for HTML_QuickForm package, thanks.
 [2005-08-30 10:45 UTC] avb
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.