Hi,
As per subject, I would like to be able to use __() function call in my cakephp shell. I've tried importing l10n to the shell to no avail
App::import('Core', 'l10n');
Any help is appreciated, many thank's!
EDIT:
I will probably add more info. The __() call is successful, but it's outputting the input string instead of translated string. So I guess more like path error or something.
EOD;
-aw