[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"

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 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 application.ini i a

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: resources.tr

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" resources.t

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Саша Стаменковић
Where are allowed config parameters specified in the doc? Regards, Saša Stamenković On Wed, Nov 18, 2009 at 11:33 AM, Thomas Weidner 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

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Thomas Weidner
t;Саша Стаменковић" To: "Thomas Weidner" Cc: 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 Weidner

Re: [fw-general] Problem with Zend_translate

2009-11-18 Thread Саша Стаменковић
d Framework > http://www.thomasweidner.com > > - Original Message - From: "Саша Стаменковић" > To: "Thomas Weidner" > Cc: > Sent: Wednesday, November 18, 2009 12:29 PM > Subject: Re: [fw-general] Problem with Zend_translate > > > > Wher

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" r

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 = "filen

Re: [fw-general] Problem with Zend_translate

2009-11-20 Thread Thomas Weidner
ou have to do. Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: "kusum" To: Sent: Friday, November 20, 2009 7:38 PM Subject: Re: [fw-general] Problem with Zend_translate Thanks to all the suggestions... I rea