Would that mean I'd have to use the .po language files in an unusual
way... putting ALL of my language data into one file? That'd be a
drag!
On Aug 18, 2:08 am, "jitka (poLK)" <[EMAIL PROTECTED]> wrote:
> It is not cake issue, it is Zend problem with debug_backtrace() used
> so deep.
>
> Try
> echo $form->input('username',array('label' =>
> __d('users', 'Username',true)));
>
> 'users' means that this translation should be searched in users.mo/po,
> so if you have one file with all translations named default.po/mo,
> replace 'users' with 'default' and you should be fine.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---