I have generated my .po file using the "cake i18n extract" command in
the shell. But in my cakephp app, I have some translations with the
"__d" function: For example: "__d('admin', 'value')" where 'admin' is
the domain name. I expected to get an admin.po file automatically with
the shell function (as well as default.po), but it mixes all the
translations into a one file (default.po).
I've also tried to look into my app files using poedit, but if I
config to extract the key of __d function, it takes the first
parameter, and it should take the second one, so doesn't work. I know
I could generate myself a admin.po file via text editor but it's not
very usable, because each time a change is made, I have to edit
manually the file.
Any ideas for getting this work????
Thanks!!!

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to