Я делал как здесь указано:
https://github.com/yiisoft/yii2/blob/master/docs/g...'components' => [
// ...
'i18n' => [
'translations' => [
'app*' => [
'class' => 'yii\i18n\PhpMessageSource',
//'basePath' => '@app/messages',
//'sourceLanguage' => 'en-US',
'fileMap' => [
'app' => 'app.php',
'app/error' => 'error.php',
],
],
],
],
],
при чем при таком варианте
'translations' => [
'*' => [
'class' => 'yii\i18n\GettextMessageSource',
'basePath' => '@common/messages',
//'sourceLanguage' => 'en_US',
'fileMap' => array(
'app'=>'app.php',
)
],
],
Ошибки нет и перевод не работает...