Skip to content

tkoyama010/pymapdl-doc-translations

Repository files navigation

Translated docs for pymapdl official document

PyMAPDL Logo

pyansys License: MIT Contributor Covenant pre-commit.ci status

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

Documentation pages for each language

Language URL
español Coming Soon
日本語 https://tkoyama010.github.io/pymapdl-docs-dev-ja/

Contributing to pymapdl documentation translation

The recommended way for new contributors to translate pymapdl documentation is to join the translation team on Transifex.

There is a pymapdl translation page for pymapdl (main) documentation.

  1. Login to Transifex service.
  2. Go to pymapdl translation page.
  3. Click Request language and fill form.
  4. Wait for acceptance by Transifex pymapdl translation maintainers.
  5. (After acceptance) Translate on Transifex.

Detail is here: https://docs.transifex.com/getting-started-1/translators

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 pymapdl official document

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published