#Contributing
- Fork the repo, develop and test your code changes, add docs, add "constructions".
- Make sure that your commit messages clearly describe the changes.
- Send a pull request.
Translations are based on editing the Messages_<lg>.properties
file for two-digit language codes. Each of the language codes are listed in Java's Supported Locales.
To add your language follow the instructions above to include your Messages_<lg>.properties
file in the pull request (where <lg>
is the code for your language.)
Use either the source/Messages.properties
file or the source/Playground.txt
file as a template.
More explicit instructions are in the wiki.