This repository contains the scripts and data used to bootstrap a new translation of the Python documentation.
...
$ pip install python-docs-bootstrapper
$ bootstrapper --help
usage: bootstrapper [-h] [-b BRANCH] language
positional arguments:
language IETF language tag (e.g. tr, pt-br)
options:
-h, --help show this help message and exit
-b BRAN
6398
CH, --branch BRANCH
CPython branch (e.g. 3.12)
$ bootstrapper tr --branch 3.12