Skip to content

Commit

Permalink
Update the translation manual
Browse files Browse the repository at this point in the history
  • Loading branch information
xie-dongping committed Mar 8, 2015
1 parent c148217 commit ef64a3a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion TRANSLATION.md
Expand Up @@ -398,5 +398,13 @@ using `pip` (*e.g.,* `pip install sphinx-intl`).
% make dirhtml_<X>
```

Currently supported languages are: `cn`, `es`, `fr` and `de` (*e.g.,* `make html_es`)
Currently supported languages are: `cn`, `es`, `fr` and `de` (*e.g.,* `make dirhtml_es`)

### Run the Python HTTP server in language <X>

```
% make server_<X>
```
Currently supported languages are: `cn`, `es`, `fr` and `de` (*e.g.,* `make server_es`)


0 comments on commit ef64a3a

Please sign in to comment.