Commit beed8215667ce92c51caf863db4387ef7fed29eb

Authored by Anastasia
1 parent 3913fc91

- translations

common/messages/ru/app.php
... ... @@ -15,5 +15,6 @@ return [
15 15 'Send message' => 'Отправить сообщение',
16 16 'Contact form' => "Форма для связи",
17 17 'News' => 'Новости',
18   - 'Media' => 'Медиа'
  18 + 'Media' => 'Медиа',
  19 + 'More' => 'Подробнее'
19 20 ];
20 21 \ No newline at end of file
... ...
common/messages/ua/app.php
... ... @@ -16,5 +16,7 @@ return [
16 16 "Send message" => 'Надіслати повідомлення',
17 17 "Contact form" => 'Форма для зв\'язку',
18 18 'News' => 'Новини',
19   - 'Media' => 'Медіа'
  19 + 'Media' => 'Медіа',
  20 + 'More' => 'Докладніше'
  21 +
20 22 ];
21 23 \ No newline at end of file
... ...
frontend/views/site/index.php
... ... @@ -31,7 +31,7 @@ _________________________________________________________ -->
31 31 <h1><?=$slide->title?></h1>
32 32 <p><?=$slide->description?></p>
33 33 <p style="margin-top:25px;"> </p>
34   - <p><a href="<?=$slide->link?>" class="btn btn-template-transparent-primary">Подробнее</a></p>
  34 + <p><a href="<?=$slide->link?>" class="btn btn-template-transparent-primary"><?=\Yii::t('app', 'More')?></a></p>
35 35 </div>
36 36 <div class="col-sm-7 <?=($key % 2 != 0) ? 'text-center': ''?>">
37 37 <a href="<?=$slide->link?>"><?=ImageHelper::set($slide->language->image->getPath())
... ...