My current and default app locale is "es_ES".
I generated my default.pot using I18n shell and my en_US translations in default.po and default.mo inside en_US folder.
es_ES doesn't have .po and .mo files at all, because the "native language" of the app strings is es_ES.
How can I override a translation in es_ES using I18n translators?
For example, a message like:
I want to define a custom "array" translator so I can change this string into another:
Tried to follow the examples in the book without success.
-- I generated my default.pot using I18n shell and my en_US translations in default.po and default.mo inside en_US folder.
es_ES doesn't have .po and .mo files at all, because the "native language" of the app strings is es_ES.
How can I override a translation in es_ES using I18n translators?
For example, a message like:
__('Hola')
I want to define a custom "array" translator so I can change this string into another:
$translator = ['Hola' => 'Adios'];
__('Adios')
Tried to follow the examples in the book without success.
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment