From 8ea9dba68c25676f2a9d1d8beee5f59832964c30 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 4 May 2017 15:22:09 +0300 Subject: [PATCH] translations 1 --- common/messages/ru/app.php | 5 +++++ frontend/views/layouts/main.php | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 4f5889c..c1cd960 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -1,4 +1,9 @@ 'Главная', + 'Services' => 'Услуги', + 'Solutions' => 'Решения', + 'About' => 'О нас', + 'Contacts' => 'Контакты', + 'Contact' => 'Контакты', ]; \ No newline at end of file diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 48329ac..e44f880 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -338,7 +338,7 @@ _________________________________________________________ --> 'visible' => !empty($about), ], [ - 'label' => \Yii::t('app', 'Contatcs'), + 'label' => \Yii::t('app', 'Contacts'), 'url' => [ 'site/contact' ], ], ], @@ -355,7 +355,7 @@ _________________________________________________________ -->