help_improving_pydarts
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 :
- Download pyDarts latest sources
- 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.
- Create a LC_MESSAGES folder inside
- Copy the english pydarts.po file in your LC_MESSAGES folder
- Modify it with a software like PoEdit or even with a text editor.
- 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
