Commit 96e30adc49c18feb2b7ad4e0081aa32b09704fb4

Authored by Eugeny Galkovskiy
1 parent 85f60616

111

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