Skip to content

pyvista/pyvista-tutorial-translations

Repository files navigation

translated tutorial for pyvista official tutorial

License: MIT

Contributor Covenant

This is a project to provide pyvista official tutorial with multiple versions and multiple languages.

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