Add Translations section to CONTRIBUTING.md (#1367)
As was correctly pointed out in #1356 there is no documentation about how to submit translations in the contributing guide or the readme.
This commit is contained in:
parent
9b38e442da
commit
99ad2269ac
|
@ -16,6 +16,7 @@ The following is a set of guidelines for contributing to BetterDiscord. These ar
|
|||
* [Suggesting Enhancements](#suggesting-enhancements)
|
||||
* [Your First Code Contribution](#your-first-code-contribution)
|
||||
* [Pull Requests](#pull-requests)
|
||||
* [Translations](#translations)
|
||||
|
||||
[Styleguides](#styleguides)
|
||||
* [Git Commit Messages](#git-commit-messages)
|
||||
|
@ -126,6 +127,13 @@ Please follow these steps to have your contribution considered by the maintainer
|
|||
|
||||
While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.
|
||||
|
||||
### Translations
|
||||
|
||||
BetterDiscord supports a number of languages thanks to translations provided by the community. Translations for the BetterDiscord project should be submitted via [POEditor](https://poeditor.com/join/project?hash=nRljcnV0ET).
|
||||
|
||||
* Do not submit translations generated with a translation such as Google Translate, DeepL, or anything of the sorts,
|
||||
* Only submit translations for languages you are at the very least fluent in, better yet if it's your first language.
|
||||
|
||||
## Styleguides
|
||||
|
||||
### Git Commit Messages
|
||||
|
|
Loading…
Reference in New Issue