Please show the code in which you are using the __(...) function, so that we can see that you are using it correctly.
Be aware, that passing true as the second parameter to the __(...) function will make it return the translation, not echo the translation! Also, have you tried reversing the translation requirement, so that you specify all text in english and have it translated into russian? Enjoy, John On 12 Dec., 01:31, Andrew Hodirevski <[email protected]> wrote: > 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 [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
