Re: Translation per plugin

2007-01-03 Thread 2000Man
Another thing is that when I put a default.po in /app/locale//, the core translation is not being read anymore. I think the core-translation should always be loaded, because it is undependend of the capplication I'm writing. Worth a ticket? --~--~-~--~~~---~--~~

Re: Translation per plugin

2007-01-02 Thread 2000Man
Thanks Larry, I will do that --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PRO

Re: Translation per plugin

2007-01-01 Thread Larry E. Masters aka PhpNut
I have not implemented this yet, but see if there is a ticket on the trac site for it, and if not add an enhancement ticket. -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @access public */ --~--~-~--~~~

Re: Translation per plugin

2007-01-01 Thread 2000Man
Anyone knows if this is already possible with Cake 1.2? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this grou

Translation per plugin

2006-12-30 Thread 2000Man
ese too. It would be really nice if it would be possible to make a translation per plugin. That means the I18N class should look for the po file in /plugins//locales/. I can't get this to work. Is there a way to achieve this? Tnxs for your help! -- 2000Man --~--~-~--~~