I had the same problem and kept searching for a long time. But I never found an official documentation.
Fortunately I found this link: http://old.nabble.com/how-handle-Locale---td23444391.html how handle Locale ? The user uses a different way to describe the directory for the data: resources.translate.data = APPLICATION_PATH "/../languages" resources.translate.options.scan = filename This works fine for me! Does this help?! Maybe I should post this as an issue hoping for a better documentation in the API? kusum wrote: > > In my application.ini i am using > > resources.translate.registry_key = "Zend_Translate" > resources.translate.adapter = "gettext" > resources.translate.data.directory = APPLICATION_PATH "/lang/" > resources.translate.disableNotices = false > resources.translate.options.scan = "filename" > resources.translate.options.logUntranslated = true > resources.translate.data.fileExt = "php" > resources.translate.locale = "en_US" > -- View this message in context: http://old.nabble.com/Problem-with-Zend_translate-tp26400093p26404854.html Sent from the Zend Framework mailing list archive at Nabble.com.
