An open API service indexing awesome lists of open source software.

https://github.com/python-docs-translations/python-docs-cookiecutter

Cookiecutter to boostrap a new cpython documentation translation
https://github.com/python-docs-translations/python-docs-cookiecutter

Last synced: 4 months ago
JSON representation

Cookiecutter to boostrap a new cpython documentation translation

Awesome Lists containing this project

README

          

# Cookiecutter to bootstrap a new Python documentation translation

## Bootstraping a Python documentation translation

You will be asked for the language of your translation, please give an
IETF language code, lowercased, with dashes. like "pt-br", "fr", "ja",
"zh-cn", and so on.

$ git clone https://github.com/python/cpython.git
$ (cd cpython; git checkout 3.12)
$ pip install cookiecutter
$ cookiecutter https://github.com/JulienPalard/python-docs-cookiecutter
language [fr]: de
directory_name [python-docs-de]:
$ cd python-docs-de
$ git init
$ git switch -c 3.12
$ git add README.rst Makefile
$ git commit -m "Initial commit"
$ make merge
$ git add *.po */*.po