main.php
647 Bytes
<?php
return [
'timeZone' => 'Europe/Kiev',
'language' => 'ru-RU',
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'components' => [
'i18n' => [
'translations' => [
'frontend' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@frontend/messages',
'sourceLanguage' => 'en-US',
'fileMap' => [
'app' => 'app.php'
],
],
],
],
'cache' => [
'class' => 'yii\caching\FileCache',
],
],
];