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