Commit 20d6a942e139a7a6eb6685c6f8be5fb5de34bed6

Authored by alex
1 parent b949de71

add eng translates

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
common/config/bootstrap.php
1 1 <?php
2 2 Yii::setAlias('@common', dirname(__DIR__));
  3 + Yii::setAlias('@project', dirname(__DIR__));
3 4 Yii::setAlias('@frontend', dirname(dirname(__DIR__)) . '/frontend');
4 5 Yii::setAlias('@backend', dirname(dirname(__DIR__)) . '/backend');
5 6 Yii::setAlias('@console', dirname(dirname(__DIR__)) . '/console');
... ...
common/messages/en/app.php
... ... @@ -70,7 +70,10 @@ return [
70 70 ' или ' => ' or ',
71 71 'тел.: {tel}' => 'phone: {tel}',
72 72 'Создание сайтов' => 'Creating sites',
73   -/*
  73 + "Оставить отзыв" => 'Leave feedback',
  74 + 'Главная' => 'Home',
  75 + 'Комментарии' => 'Comments'
  76 + /*
74 77 *
75 78  
76 79  
... ...