mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Document the LANGUAGE option for generating guides
This commit is contained in:
parent
100ab5bd43
commit
3c6c240431
1 changed files with 7 additions and 1 deletions
|
@ -62,7 +62,13 @@ To force process of all the guides, pass +ALL=1+.
|
|||
|
||||
It is also recommended that you work with +WARNINGS=1+, this detects duplicate IDs and warns about broken internal links.
|
||||
|
||||
h3. HTML validation
|
||||
If you want to generate guides in languages other than English, you can keep them in a separate directory under +source+ (eg. <tt>source/es</tt>) and use the +LANGUAGE+ environment variable.
|
||||
|
||||
<plain>
|
||||
rake generate_guides LANGUAGE=es
|
||||
</plain>
|
||||
|
||||
h3. HTML Validation
|
||||
|
||||
Please do validate the generated HTML with
|
||||
|
||||
|
|
Loading…
Reference in a new issue