Skip to content
cocoatomo edited this page Oct 4, 2017 · 11 revisions

How to build Japanese documents

cd docs/locales
tx pull -l ja
git add ja
git commit -m 'Update .po files'
git push origin translate-ja

cd ..
make -e SPHINXOPTS="-D language=ja" clean html
Clone this wiki locally