ZF-9652: Typo in variable in English documentation of Zend_Translate
Description
In the section "Creating Array source files", two arrays are created: $english and $german.
But the subsequent call reads: $translate->addTranslation($deutsch, 'de');
In the section "Creating Array source files", two arrays are created: $english and $german.
But the subsequent call reads: $translate->addTranslation($deutsch, 'de');
Comments
Posted by Thomas Weidner (thomas) on 2010-04-12T11:57:22.000+0000
Fixed with r21843