You would set it up like this. Anything in default.po would use __(),
if you have another po you would use __d().
default.po
errors.po
users.po
__('login');
__d('errors', 'emptyUsername');
__d('users', 'username');
--~--~-~--~~~---~--~~
You received this message b
Hi
Perhaps thi is a banal question
I would have more than one for the localization (one for validation
message,one for name of fields etc...).
I try to use in locale multiple files over default.po but I get no
good results.
How I can do this?
Must I configure cake in some way?
Thanks
--~--~---