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

Bug #1769 Typo in example
Submitted: 2004-07-02 06:44 UTC
From: mhavilah at hotmail dot com Assigned: quipo
Status: Closed Package: Translation2
PHP Version: 4.3.6 OS: WinXP
Roadmaps: (Not assigned)    
Subscription  


 [2004-07-02 06:44 UTC] mhavilah at hotmail dot com
Description: ------------ Third fallback language [german] is wrongly setup in example code, /Translation2/docs/examples/Translation2_example.php. Error is on line 61. Reproduce code: --------------- /Translation2/docs/examples/Translation2_example.php Line55.....: // set an 'English Decorator', i.e. add English as a fallback language \$tr = & \$tr->getDecorator('Lang'); \$tr->setOption('fallbackLang', 'en'); // add a 'German Decorator', i.e. add German as a third fallback language \$tr = & \$tr->getDecorator('Lang'); // July2004-MiH Suggestion: \$tr->setOption('fallbackLang', 'de'); // Original line follows... // \$tr->setOption('fallbackLang', 'en'); EOT; // ==================================================== Expected result: ---------------- German strings are third fallback after italian, then english. Actual result: -------------- Cut+Paste typo -- english is fallback two times.

Comments

 [2004-07-02 07:17 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!