I've found it: resources.translate.data = APPLICATION_PATH"/lang" resources.translate.adapter = "gettext" resources.translate.locale = "es" resources.translate.options.scan = "directory"
j.padron wrote: > > Hi, > > I've got an application using Zend_app working fine, but now I'm adding > Zend_Translate and find no way to configure it. > > Application.ini has this settings: > > resources.translate.data = > APPLICATION_PATH"/lang/es/LC_MESSAGES/translation.mo" > resources.translate.adapter = "gettext" > resources.translate.locale = "es" > > How can I add other languages in ini file (addTranslation)? > > Thank you > > PS: (Documentation for Translate Resource is missing) > > > > -- View this message in context: http://www.nabble.com/How-to-add-Translation-using-Zend_app-resource-tp23341465p23342437.html Sent from the Zend Framework mailing list archive at Nabble.com.
