We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f964442 commit 09d04dfCopy full SHA for 09d04df
1 file changed
manage_translation.py
@@ -90,6 +90,7 @@ def _clone_cpython_repo(version: str):
90
91
92
def _build_gettext():
93
+ _call("make -C cpython/Doc/ venv")
94
_call("make -C cpython/Doc/ gettext")
95
96
0 commit comments