User Tools

Site Tools


help_improving_pydarts

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 :

  • install pyDarts from source code
  • install git (for windows - for linux use your package manager)
  • clone pyDarts source code :
git clone https://git.code.sf.net/p/pydarts/source pydarts-source
  • test it, play, etc.
  • fill a bug on the pyDarts forum
  • when it is corrected, update your source code and start again !
cd pydarts-source && git pull

Thanks for your help !

help_improving_pydarts.txt · Last modified: 2024/01/01 16:31 by 127.0.0.1