ZF-10352: Zend_Application_Resource_Translate: use the same key as the Zend_Translate options
Description
In configuration file, we need tu use only the key data for the translate resource. I whish unified Zend_Application_Resource_Translate with the improvement of Zend_Translate (ndlr args of constructor become an array). Before this update, the name of the second argument was actually $data. But, now translations source data use the key content.
I think it would depreciate the use of data.
Comments
Posted by Benoît Durand (intiilapa) on 2010-09-18T12:51:36.000+0000
r22968