Commit 96e30adc49c18feb2b7ad4e0081aa32b09704fb4

Authored by Eugeny Galkovskiy
1 parent 85f60616

111

common/translation/ru/app.php
@@ -101,4 +101,5 @@ return [ @@ -101,4 +101,5 @@ return [
101 'Статьи' => 'Статьи', 101 'Статьи' => 'Статьи',
102 'Контакты' => 'Контакты', 102 'Контакты' => 'Контакты',
103 'Отправить запрос' => 'Отправить запрос', 103 'Отправить запрос' => 'Отправить запрос',
  104 + 'Создание сайтов' => 'Создание сайтов',
104 ]; 105 ];
105 \ No newline at end of file 106 \ No newline at end of file
common/translation/ua/app.php
@@ -101,4 +101,5 @@ return [ @@ -101,4 +101,5 @@ return [
101 'Статьи' => 'Статті', 101 'Статьи' => 'Статті',
102 'Контакты' => 'Контакти', 102 'Контакты' => 'Контакти',
103 'Отправить запрос' => 'Надіслати запит', 103 'Отправить запрос' => 'Надіслати запит',
  104 + 'Создание сайтов' => 'Розробка сайтів',
104 ]; 105 ];
105 \ No newline at end of file 106 \ No newline at end of file
frontend/views/layouts/main.php
@@ -410,7 +410,7 @@ @@ -410,7 +410,7 @@
410 <div class="col-xs-12 col-sm-12 col-md-3 tablet-artweb"> 410 <div class="col-xs-12 col-sm-12 col-md-3 tablet-artweb">
411 <div class="artweb-wr"> 411 <div class="artweb-wr">
412 <?php 412 <?php
413 - echo Html::a('Создание сайтов', 'http://artweb.ua/', [ 413 + echo Html::a(Yii::t('app', 'Создание сайтов'), 'http://artweb.ua/', [
414 'target' => '_blank', 414 'target' => '_blank',
415 ]) 415 ])
416 ?> 416 ?>