This is a project to provide pymapdl official documentation in multiple languages. This repository is inspired by sphinx-doc/sphinx-doc-translations.
Language | URL |
---|---|
español | Coming Soon |
日本語 | https://tkoyama010.github.io/pymapdl-docs-dev-ja/ |
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.
- Login to Transifex service.
- Go to pymapdl translation page.
- Click
Request language
and fill form. - Wait for acceptance by Transifex pymapdl translation maintainers.
- (After acceptance) Translate on Transifex.
Detail is here: https://docs.transifex.com/getting-started-1/translators
sh ./locale/update.sh
After that, you should commit updated po files.
-
add language to locale/update.sh:
- rm -R ja - tx pull -l ja + rm -R ja de + tx pull -l ja,de
-
update po files
-
commit them