summaryrefslogtreecommitdiffstats
path: root/doc/_static/translation.puml
blob: 7b8fc9f59091eede94a167136c3d66b6869b517e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@startuml
file "SphinxProject"
file ".rst"
database ".pot"
database ".po"
database ".mo"
actor translator
file TranslatedBuild
translator -l-> .po
SphinxProject -r-> .rst
.rst -r-> .pot : sphinx-build gettext
.pot -r-> .po : Pootle
.po -d-> .mo : msgfmt
.mo -l-> TranslatedBuild
.rst -d-> TranslatedBuild : "sphinx-build -Dlanguage="
@enduml