danchello

Results 3 comments of danchello

You just have to initialize i18n component like this: ``` 'i18n' => [ 'translations' => [ '*' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@app/messages', // if advanced application, set...