ZF-9655: Zend_Locale::getTranslation method ('LanguageToTerritory' type) description
Description
There is a problem with the description of getTranslation method (with regard to 'LanguageToTerritory' type). The documentation says that it returns a list of territories' names when in fact it returns a list of languages.
In the file Zend_Locale-Functions.xml lines 1420-1426 say: "(...) When a language is used in multiple territories then these territories are separated with a whitespace character" it should be: "(...) When a territory uses multiple languages then these languages are separated with a whitespace character"
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2010-05-26T22:45:38.000+0000
I set the Component/s and auto-reassign.
Posted by Thomas Weidner (thomas) on 2010-06-13T13:57:08.000+0000
Fixed with r22434