mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 17:57:38 +08:00
Fixed translation docs typo
This commit is contained in:
@ -30,7 +30,7 @@ Yii переводится на множество языков, в том чи
|
||||
в директории `build` и выполнив:
|
||||
|
||||
```
|
||||
php build translation "../docs/guide" "../docs/guide_ru" "Russian guide translation report" > report_guide_ru.html
|
||||
php build translation "../docs/guide" "../docs/guide-ru" "Russian guide translation report" > report_guide_ru.html
|
||||
```
|
||||
|
||||
Если ругается на composer, выполните `composer install` в корневой директории.
|
||||
|
||||
@ -39,7 +39,7 @@ After initial work is done you can get what's changed since last translation of
|
||||
`build` directory:
|
||||
|
||||
```
|
||||
php build translation "../docs/guide" "../docs/guide_ru" "Russian guide translation report" > report_guide_ru.html
|
||||
php build translation "../docs/guide" "../docs/guide-ru" "Russian guide translation report" > report_guide_ru.html
|
||||
```
|
||||
|
||||
If it will complain about composer, perform `composer install` in the source root dir.
|
||||
|
||||
Reference in New Issue
Block a user