cakehp3的插件i18n不起作用.cakehp3的


plugin of cakephp 3 is i18n not working

插件i18n不工作。

我创建了po文件。插件是主题

Root'plugins'Example'src'Locale'ja_JP'example.po

http://book.cakephp.org/3.0/en/core-libraries/internationalization-and-localization.html

我英语不好。当做

添加代码01/03/2016

src'Controller'UsersController.php
public function beforeRender(Event $event)
{
    $this->viewBuilder()->theme('Example');
}
plugins'Example'src'Template'Users'login.ctp
<?= $this->Form->button(__('Login')); ?>
plugins'Example'src'Locale'ja_JP'default.pot
#: Template/Users/login.ctp:8
msgid "Login"
msgstr "logged in"

但显示并没有改变。不会出现错误。

尝试插入此

use Cake'I18n'Time;