Re: i18n and belongsTo

2007-12-11 Thread Klokan
Thanks for your reply. --~--~-~--~~~---~--~~ 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 PROTECTED]

i18n and belongsTo

2007-12-10 Thread Klokan
Hi there, I have problem with i18n. I have model "user" which is belongsTo "group". I have model "group" where fields are localized: var $actsAs = array('Translate' => array('name','description')); When I load data from "user", I have any fields from "group" but not localized fields . CakePhp rea