Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.11.9
-
Fix Version/s: 1.11.10, Next Major Release
-
Component/s: Zend_Translate
-
Labels:None
Description
We are using the Zend_Extra repository and the Translate to do the translation based on the files from that repository. Whatever is set to "locale" he always translate to Italian. The instantiation code used is as follows:
$translateValidate = new Zend_Translate(
'array',
APPLICATION_PATH . '/../library/Zend-Extra/resources/languages/',
$locale,
array('scan' => Zend_Translate::LOCALE_DIRECTORY)
);
Issue Links
| This issue depends on: | ||||
| ZF-11546 | Zend_Translate_Adapter throws E_FATAL if under a SVN repository |
|
|
|
Issue introduced by
ZF-11546ZF-11546