Internationalization in Cake - not works for me
What am I doing wrong?
I've got the next part of View:
__('Ваш логин', true),
After that I've generated using cake 'cake i18n extract' neccessary
path and default.pot, which I copied to app/locale/eng/LC_MESSAGES/
default.po and edited with PoEdit.
The part of default.po for the previous string is:
msgid "Ваш логин"
msgstr "Your login"
And:
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
The Debug level is 2, so I have no caching.
So, what the problem is?
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home