Re: [fw-general] Problem with Zend_translate

2009-11-20 Thread kusum
Thanks to all the suggestions... I read all and tried them... Finally my translate worked with. application.ini :- resources.translate.data = APPLICATION_PATH /languages resources.translate.adapter = array resources.translate.locale = nl resources.translate.options.scan = filename

Re: [fw-general] Problem with Zend_translate

2009-11-20 Thread kusum
Thanks to all the suggestions... I read all and tried them... Finally my translate worked with. application.ini :- resources.translate.data = APPLICATION_PATH /languages resources.translate.adapter = array resources.translate.locale = nl resources.translate.options.scan = filename

Re: [fw-general] Problem with Zend_translate

2009-11-20 Thread Thomas Weidner
. Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: kusum kusumso...@sify.com To: fw-general@lists.zend.com Sent: Friday, November 20, 2009 7:38 PM Subject: Re: [fw-general] Problem with Zend_translate Thanks to all

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Саша Стаменковић
Same problem here :( Regards, Saša Stamenković On Wed, Nov 18, 2009 at 1:12 AM, kusum kusumso...@sify.com wrote: I am trying to use zend_Translate for translation in my application but it is not working :-(( I am using en.mo and en.po files for translation in my lang folder In my

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Tridem
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:

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Tridem
And now I found this thread in the ZFForum: http://www.zfforums.com/zend-framework-components-13/internationalization-i18n-localization-l10n-15/zend_application-zend_translate-how-use-array-adapter-3130.html Zend_Application Zend_Translate - How to use the array adapter ? :clap: -- View this

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Thomas Weidner
I am trying to use zend_Translate for translation in my application but it is not working :-(( I am using en.mo and en.po files for translation in my lang folder *.po files are not recognised In my application.ini i am using resources.translate.registry_key = Zend_Translate

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Thomas Weidner
To: Thomas Weidner thomas.weid...@gmx.at Cc: fw-general@lists.zend.com Sent: Wednesday, November 18, 2009 12:29 PM Subject: Re: [fw-general] Problem with Zend_translate Where are allowed config parameters specified in the doc? Regards, Saša Stamenković On Wed, Nov 18, 2009 at 11:33 AM, Thomas

[fw-general] Problem with Zend_translate

2009-11-17 Thread kusum
I am trying to use zend_Translate for translation in my application but it is not working :-(( I am using en.mo and en.po files for translation in my lang folder In my application.ini i am using resources.translate.registry_key = Zend_Translate resources.translate.adapter = gettext