Re: where is the empty .po en repo?
Julien Palard via Doc-SIG <[email protected]> Thu, 12 Jul 2018 08:45:28 -0400
| Newsgroups | gmane.comp.python.documentation |
|---|---|
| Message-ID | <jml0MvKzGhPyAuGt6wh-QBuXjrroCHo7aiXakJlhuWpk-vASvoSyIEOjlrdTW-aupAimBjJ1qgogsD5s703_uKa8fc7EXDx_N1F6Y_JjOTw=@palard.fr> |
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 - [email protected] https://mail.python.org/mailman/listinfo/doc-sig