From f262e77329fbf4b6b94214d93e7b2053d5e8f7cc Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 11 Jun 2014 13:51:42 +0400 Subject: [PATCH] Fixed translation docs typo --- build/controllers/TranslationController.php | 2 +- docs/internals-ru/translations.md | 2 +- docs/internals/translations.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/controllers/TranslationController.php b/build/controllers/TranslationController.php index 3e07844bd3..89a9c91664 100644 --- a/build/controllers/TranslationController.php +++ b/build/controllers/TranslationController.php @@ -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 */ diff --git a/docs/internals-ru/translations.md b/docs/internals-ru/translations.md index 812e504d8d..07a631749b 100644 --- a/docs/internals-ru/translations.md +++ b/docs/internals-ru/translations.md @@ -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` в корневой директории. diff --git a/docs/internals/translations.md b/docs/internals/translations.md index 403b9f7153..12f64480fa 100644 --- a/docs/internals/translations.md +++ b/docs/internals/translations.md @@ -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.