From 99ad2269ac833e8d100b6ce1b94286ddb55cb588 Mon Sep 17 00:00:00 2001 From: Qb Date: Wed, 31 Aug 2022 17:59:53 +0200 Subject: [PATCH] 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. --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10d1d0eb..50d3d3fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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