diff --git a/frontend/config/main.php b/frontend/config/main.php index 2cb0623..034708d 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -49,15 +49,6 @@ return [ ], ], 'language' => 'ru-RU', - 'i18n' => [ - 'translations' => [ - '*' => [ - 'class' => 'yii\i18n\PhpMessageSource', - 'basePath' => '@frontend/messages', - 'sourceLanguage' => 'en', - ], - ], - ], ], 'params' => $params, ]; -- libgit2 0.21.4