Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

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.8)
$ pip install cookiecutter
$ cookiecutter https://github.com/JulienPalard/python-docs-cookiecutter
language [fr]: de
directory_name [python-docs-de]:
$ cd python-docs-de
$ make merge
$ git init
$ git add *.po */*.po README.rst Makefile
$ git commit -m "Initial commit"

About

Cookiecutter to boostrap a new cpython documentation translation

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.