我这样做:
//src/Locale/pt_BR/validation.po
msgid "This field cannot be left empty"
msgstr "Este campo não pode ficar em branco"
//config/bootstrap.php
ini_set('intl.default_locale', 'pt_BR');
但是不行,我还要做更多的事情吗?
答案 0 :(得分:1)
没有validation
个域,可翻译的核心消息绑定到cake
域。您可以使用I18N
shell来提取所有这些。
<强> http://book.cakephp.org/3.0/en/console-and-shells/i18n-shell.html 强>