Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.58 KB

If you would like to contribute to CDColours, please read below.

Adding Supported Languages

If you would like to contribute by adding more supported languages, please first check if the language is already supported. You can do so by visiting here. If the language has not already been added then please follow the steps below.

  1. Fork our repository, you can do that here.
  2. Go to dist/index.js and copy from line 6 to line 14.
  3. Go to line 41 (Note, this may change when more languages are added) and then make an ew line to paste it in.
  4. Change // English to the language you are adding and translate all the keys (E.g. black translates to Preto in Portuguese)
  5. Once everything is translated you can open a pull request for us to add it.

Other Contributions

If you would like to contribute in any other way, please follow the steps below:

  1. Fork our repository, you can do that here.
  2. Make your changes
  3. Open a pull request

When creating the pull request, please include as much detail as possible on what your update does and why it should be added.