Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified doc/_static/translation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions doc/_static/translation.puml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
@startuml
file "SphinxProject"
!theme sunlust
skinparam backgroundColor transparent

file SphinxProject as "Sphinx project"
file ".rst"
database ".pot"
database ".po"
database ".mo"
actor translator
file TranslatedBuild
file TranslatedBuild as "Translated build"
translator -l-> .po
SphinxProject -r-> .rst
.rst -r-> .pot : sphinx-build gettext
.pot -r-> .po : Pootle
.pot -r-> .po : Transifex
.po -d-> .mo : msgfmt
.mo -l-> TranslatedBuild
.rst -d-> TranslatedBuild : "sphinx-build -Dlanguage="
Expand Down
43 changes: 1 addition & 42 deletions doc/_static/translation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/usage/advanced/intl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ navigation bars, Sphinx provides mechanisms facilitating the translation of
.. figure:: /_static/translation.*
:width: 100%

Workflow visualization of translations in Sphinx. (The figure is created by
`plantuml <https://plantuml.com>`_.)
Workflow visualization of translations in Sphinx. (The figure is created
with `plantuml <https://plantuml.com>`_.)

.. contents::
:local:
Expand Down
Loading