From 7cf7c94e944116763840e927bcf8223a017855a1 Mon Sep 17 00:00:00 2001 From: yarik Date: Thu, 6 Oct 2016 16:53:53 +0300 Subject: [PATCH] i18n config fix --- frontend/config/main.php | 9 --------- 1 file changed, 0 insertions(+), 9 deletions(-) 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