I think you have an error in your ini settings for the translate resource. 'resources.translate.data' is not an array, it should be a string pointing to your data:
[PHP]resources.translate.adapter = "array"
resources.translate.data = APPLICATION_PATH "/translations/"
resources.translate.options.scan = "directory"
resources.translate.options.disableNotices = true
resources.translate.options.logUntranslated = true [/PHP]
The 'fileExt' and 'directory' settings don't exist.
If you want to know more about setting translation for multiple modules using Zend_Application and a custom translate resource, check my article about it: ZF: per module translations sources.


LinkBack URL
About LinkBacks



Reply With Quote