Commit eba3a5e4 by Alexander Makarov

Added notes about composer to translation docs

parent e65eeabe
......@@ -30,9 +30,11 @@ Yii переводится на множество языков, в том чи
в директории `build` и выполнив:
```
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` в корневой директории.
Перед тем, как начать перевод, убедитесь, что никто им ещё не занимается и запишите себя в
[список всех переводимых документов](https://docs.google.com/spreadsheets/d/1uxV0LwmR-8XXqlT8C6VqWllZjuoyIj-UkYpAQPWyUzE/edit?usp=sharing).
......
......@@ -39,5 +39,7 @@ After initial work is done you can get what's changed since last translation of
`build` directory:
```
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.
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