pyvista / pyvista-tutorial-translations

translated docs for pyvista official tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

translated docs for pyvista official tutorial

License:MIT License


Languages

Language:Jupyter Notebook 64.3%Language:Python 35.5%Language:Shell 0.2%