Browse Source

Added notes about composer to translation docs

tags/2.0.0-rc
Alexander Makarov 10 years ago
parent
commit
eba3a5e46e
  1. 4
      docs/internals-ru/translations.md
  2. 4
      docs/internals/translations.md

4
docs/internals-ru/translations.md

@ -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).

4
docs/internals/translations.md

@ -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.

Loading…
Cancel
Save