Commit 7cf7c94e944116763840e927bcf8223a017855a1
1 parent
8dc44828
i18n config fix
Showing
1 changed file
with
0 additions
and
9 deletions
Show diff stats
frontend/config/main.php
@@ -49,15 +49,6 @@ return [ | @@ -49,15 +49,6 @@ return [ | ||
49 | ], | 49 | ], |
50 | ], | 50 | ], |
51 | 'language' => 'ru-RU', | 51 | 'language' => 'ru-RU', |
52 | - 'i18n' => [ | ||
53 | - 'translations' => [ | ||
54 | - '*' => [ | ||
55 | - 'class' => 'yii\i18n\PhpMessageSource', | ||
56 | - 'basePath' => '@frontend/messages', | ||
57 | - 'sourceLanguage' => 'en', | ||
58 | - ], | ||
59 | - ], | ||
60 | - ], | ||
61 | ], | 52 | ], |
62 | 'params' => $params, | 53 | 'params' => $params, |
63 | ]; | 54 | ]; |