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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!