[Doc-SIG] where is the empty .po en repo?

Julien Palard julien at palard.fr
Thu Jul 12 08:45:28 EDT 2018


Those are typically ".pot" files, but we do not have a repository for them, we're building them when needed, using the cpython repo using:

$ sphinx-build -Q -b gettext -D gettext_compact=0 Doc pot/

while being at the root of a cpython clone on the right branch (I mean if you want pot for 3.7, git checkout 3.7 right before running sphinx-build).

Also see: https://github.com/python/python-docs-fr/blob/61b4b28ab86c42b274621663277d1b2cc7abccc9/Makefile#L68

​-- 
Julien Palard
https://mdk.fr​


More information about the Doc-SIG mailing list