Fixed translation docs typo

This commit is contained in:
Alexander Makarov
2014-06-11 13:51:42 +04:00
parent eba3a5e46e
commit f262e77329
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ use yii\helpers\Html;
/** /**
* TranslationController handles tasks related to framework translations. * 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> * @author Alexander Makarov <sam@rmcreative.ru>
*/ */

View File

@ -30,7 +30,7 @@ Yii переводится на множество языков, в том чи
в директории `build` и выполнив: в директории `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` в корневой директории. Если ругается на composer, выполните `composer install` в корневой директории.

View File

@ -39,7 +39,7 @@ After initial work is done you can get what's changed since last translation of
`build` directory: `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. If it will complain about composer, perform `composer install` in the source root dir.