mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
Fixed translation docs typo
This commit is contained in:
@ -15,7 +15,7 @@ use yii\helpers\Html;
|
||||
/**
|
||||
* TranslationController handles tasks related to framework translations.
|
||||
*
|
||||
* build translation "../docs/guide" "../docs/guide_ru" "Russian guide translation report" > report_guide_ru.html
|
||||
* build translation "../docs/guide" "../docs/guide-ru" "Russian guide translation report" > report_guide_ru.html
|
||||
*
|
||||
* @author Alexander Makarov <sam@rmcreative.ru>
|
||||
*/
|
||||
|
||||
@ -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