Skip to content

Commit ef64a3a

Browse files
committed
Update the translation manual
1 parent c148217 commit ef64a3a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

TRANSLATION.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,5 +398,13 @@ using `pip` (*e.g.,* `pip install sphinx-intl`).
398398
% make dirhtml_<X>
399399
```
400400

401-
Currently supported languages are: `cn`, `es`, `fr` and `de` (*e.g.,* `make html_es`)
401+
Currently supported languages are: `cn`, `es`, `fr` and `de` (*e.g.,* `make dirhtml_es`)
402+
403+
### Run the Python HTTP server in language <X>
404+
405+
```
406+
% make server_<X>
407+
```
408+
Currently supported languages are: `cn`, `es`, `fr` and `de` (*e.g.,* `make server_es`)
409+
402410

0 commit comments

Comments
 (0)