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​
_______________________________________________
Doc-SIG maillist  -  Doc-SIG@python.org
https://mail.python.org/mailman/listinfo/doc-sig

Reply via email to