Skip to content

pyvista/pyvista-doc-translations

Repository files navigation

translated docs for pyvista official document

License: MIT

Contributor Covenant

pre-commit.ci status

This is a project to provide pyvista official documentation in multiple languages. This repository is inspired by sphinx-doc/sphinx-doc-translations.

URLs

How to update po files

sh ./locale/update.sh

After that, you should commit updated po files.

How to add a language

  1. add language to locale/update.sh:

    - rm -R ja
    - tx pull -l ja
    + rm -R ja de
    + tx pull -l ja,de
    
  2. update po files

  3. commit them