Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.10.6
-
Component/s: Zend_Locale
-
Labels:None
-
Language:English
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"
I set the Component/s and auto-reassign.