Table of Contents

Please contribute

If you consider contributing to pyDarts, your welcome here.

Regardless of your IT skills, you can help pyDarts.

Translating documentation

You can translate these pages in your native language. Declare yourself on the pyDarts documentation maintainers topic and we will give you an account to modify and create pages in your language.

Translating pyDarts

If you wish, you can translate pyDarts in your language. To do so :

  1. Download pyDarts latest sources
  2. Open the “locales” folder, you can see all languages here. If yours do not exists, create it. See the ISO 639-1 list if you don't know and contact us to verify that everything is ok.
  3. Create a LC_MESSAGES folder inside
  4. Copy the english pydarts.po file in your LC_MESSAGES folder
  5. Modify it with a software like PoEdit or even with a text editor.
  6. Send it to the pyDarts admin :)

Debugging pyDarts

Please use the latest pyDarts source code every time is it possible. So you can pull up all the bugs that you will find. They will be correct quickly, and you will be able to update your code easily. To do so :

git clone https://git.code.sf.net/p/pydarts/source pydarts-source
cd pydarts-source && git pull

Thanks for your help !