Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 886 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 886 Bytes

#Contributing

  1. Fork the repo, develop and test your code changes, add docs, add "constructions".
  2. Make sure that your commit messages clearly describe the changes.
  3. Send a pull request.

Editing the Messages_.properties file

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.