Commit e38df1a549e9a38f0ad56ca621715824c00b188f

Authored by Виталий
1 parent 39b74e50

translate2

common/messages/ru/app.php
... ... @@ -24,4 +24,5 @@ return [
24 24 'Continue reading' => 'Продолжить чтение',
25 25 'Address' => 'Адрес',
26 26 'phone' => 'Телефон',
  27 + 'Our advantages' => 'Наши преимущества',
27 28 ];
28 29 \ No newline at end of file
... ...
common/messages/ua/app.php
... ... @@ -25,6 +25,6 @@ return [
25 25 'Continue reading' => 'Продовжити читання',
26 26 'Address' => 'Адреса',
27 27 'phone' => 'телефон',
28   -
  28 + 'Our advantages' => 'Наші переваги',
29 29  
30 30 ];
31 31 \ No newline at end of file
... ...
frontend/views/site/index.php
... ... @@ -60,7 +60,7 @@ _________________________________________________________ -->
60 60 <div class="container">
61 61 <div class="col-md-12">
62 62 <div class="heading text-center">
63   - <h2>Our main focus</h2>
  63 + <h2><?=\Yii::t('app', 'Our advantages')?></h2>
64 64 </div>
65 65  
66 66 <div class="row">
... ...