Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 772 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 772 Bytes

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