-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
69 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
|
||
# Contribution | ||
This project would not be possible without your help and support and we appreciate your willingness to contribute! | ||
This project would not be possible without your help and support, and we appreciate your willingness to contribute! | ||
|
||
### Creating New Translation | ||
### Creating a New Translation | ||
|
||
In order to create a new translation, you need to follow these steps: | ||
To create a new translation, please follow these steps: | ||
|
||
* Fork the [main repo](https://github.com/leonardomso/33-js-concepts). | ||
* Add yourself to the watch list of the main repo to keep up with changes. | ||
* Translate the repo on your forked repo. | ||
* Go to the [main repo](https://github.com/leonardomso/33-js-concepts) and edit the README.md to include your translated repo link there. | ||
* Inside the **Community**, add a new line with the link for your translated repo like: | ||
* [Your language in native form (English name)](link to your repo here) — Your Name | ||
* e.g. `[日本語 (Japanese)](https://github.com/oimo23/33-js-concepts) — oimo23` | ||
* Create a new Pull Request with the name "Add *your language here*" translation. | ||
* Now, just wait for the merge! | ||
* Fork the [main repository](https://github.com/leonardomso/33-js-concepts). | ||
* Add yourself to the watch list of the main repository to stay updated with any changes. | ||
* Translate the repository on your forked copy. | ||
* Go to the [main repository](https://github.com/leonardomso/33-js-concepts) and edit the README.md file to include a link to your translated repository. | ||
* Inside the **Community** section, add a new line with the link to your translated repository in the following format: | ||
* [Your language in native form (English name)](link to your repository here) — Your Name | ||
* For example, `[日本語 (Japanese)](https://github.com/oimo23/33-js-concepts) — oimo23` | ||
* Create a new Pull Request with the name "Add *your language here* translation." | ||
* Now, just wait for the merge! | ||
|
||
## License | ||
By contributing, you agree that your contributions will be licensed under its [MIT license](./LICENSE). | ||
By contributing, you agree that your contributions will be licensed under the [MIT license](./LICENSE). |
Oops, something went wrong.