Commit f262e773 by Alexander Makarov

Fixed translation docs typo

parent eba3a5e4
...@@ -15,7 +15,7 @@ use yii\helpers\Html; ...@@ -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>
*/ */
......
...@@ -30,7 +30,7 @@ Yii переводится на множество языков, в том чи ...@@ -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` в корневой директории.
......
...@@ -39,7 +39,7 @@ After initial work is done you can get what's changed since last translation of ...@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment