Hi, I'm Julien, the french translator of Python.
I'm working on python/docsbuild-scripts#8 to build each translations of the python documentation, we currently have japanese, french, and chinese.
We would be able to build your documentation too if you expose po files in your repository. If you want to do it, consider "gettext_compact=0" (used by fr, ja, and zh-tw) and maybe join the common transifex project: transifex.com/python-doc/.
You can still use any hierarchy you want, there's still no guidelines about it:
- fr use a directory per python version
- ja use a repository per python version
- zh use a branch per python version
Docsbuild script is compatible with this three possibilities.
Hi, I'm Julien, the french translator of Python.
I'm working on python/docsbuild-scripts#8 to build each translations of the python documentation, we currently have japanese, french, and chinese.
We would be able to build your documentation too if you expose po files in your repository. If you want to do it, consider "gettext_compact=0" (used by fr, ja, and zh-tw) and maybe join the common transifex project: transifex.com/python-doc/.
You can still use any hierarchy you want, there's still no guidelines about it:
Docsbuild script is compatible with this three possibilities.