This commit is contained in:
2015-09-19 08:57:45 +02:00
parent 5163f1a9a9
commit fd181e580f
5 changed files with 144 additions and 1 deletions

View File

@@ -7,5 +7,13 @@ return [
'cache' => [
'class' => 'yii\caching\FileCache',
],
'i18n' => [
'translations' => [
'*' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@common/messages',
],
],
],
],
];