Skip to content

Cookiecutter to boostrap a new cpython documentation translation

Notifications You must be signed in to change notification settings

deronnax/python-docs-cookiecutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.7)
$ 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%