Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
eba3a5e4
Commit
eba3a5e4
authored
Jun 11, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added notes about composer to translation docs
parent
e65eeabe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
translations.md
docs/internals-ru/translations.md
+3
-1
translations.md
docs/internals/translations.md
+3
-1
No files found.
docs/internals-ru/translations.md
View file @
eba3a5e4
...
@@ -30,9 +30,11 @@ Yii переводится на множество языков, в том чи
...
@@ -30,9 +30,11 @@ Yii переводится на множество языков, в том чи
в директории
`build`
и выполнив:
в директории
`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
)
.
[
список всех переводимых документов
](
https://docs.google.com/spreadsheets/d/1uxV0LwmR-8XXqlT8C6VqWllZjuoyIj-UkYpAQPWyUzE/edit?usp=sharing
)
.
...
...
docs/internals/translations.md
View file @
eba3a5e4
...
@@ -39,5 +39,7 @@ After initial work is done you can get what's changed since last translation of
...
@@ -39,5 +39,7 @@ After initial work is done you can get what's changed since last translation of
`build`
directory:
`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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment