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.
- Fork our repository, you can do that here.
- Go to
dist/index.js
and copy from line 6 to line 14. - Go to line 41 (Note, this may change when more languages are added) and then make an ew line to paste it in.
- Change
// English
to the language you are adding and translate all the keys (E.g. black translates to Preto in Portuguese) - Once everything is translated you can open a pull request for us to add it.
If you would like to contribute in any other way, please follow the steps below:
- Fork our repository, you can do that here.
- Make your changes
- 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.