We are looking for people to contribute to CDCommands.
If you would like to contribute please read below.
Anyone who does contribute if you would like the "Contributor" role in our Support Server please let us know (If your GitHub name is not similar to your Discord name we may not know who it was).
Thank you in advance to anyone who is thinking of Contributing.
If you would like to contribute by adding more languages, please first check to see if the language is already supported.
You can do so by visiting here.
If the language has not already been added please follow the steps below.
- Fork our repository, you can do that here.
- Go to src/Base/message.json and copy from line 2 all the way to line 237.
- Go to line 1423 (Note, this may change when more languages are added) and then add a , and make a new line to paste it in.
- Change "en" to the ISO 639-1 Code of the language you are adding.
- Translate everything in the "description". DO NOT translate the words inside the curly braces
{}
. For example where it says{COMMAND} can only be used in a server
. You only translate thecan only be used in a server
, you can change the position of{COMMAND}
so that it makes sense. - Once that file is done go to src/Base/json-schema/message.json and copy line 11 all the way to line 454
- Go to line 2678 (Note, this may change when more languages are added) and then add a
,
and make a new line to paste it in. - Translate everything in the
"examples"
and"description"
. The"examples"
are the same as the descriptions in the previous file, the"descriptions"
are new phrases. Again, DO NOT translate the words in the curly braces{}
. - 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, i.e. making extra functions, fixing bugs etc. Please fork the repository, make your changes then open a pull request.