Add instructions regarding i18n translations

This commit is contained in:
Senén Rodero Rodríguez
2022-05-03 10:43:44 +02:00
parent 0d70b76331
commit 514494fbf5
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ If you'd like us to review your pull request in good spirits, please follow our
* Our CI will check whether the rest of the application is still working properly; check its build and make sure all tests are passing
* Run `bundle exec pronto run` and fix any issues it reports; these issues will also be automatically reported on the pull request
* Follow [the seven rules of a great commit message](https://chris.beams.io/posts/git-commit/)
* Add or modify i18n translations only in the base languages, English (en) and Spanish (es); we manage all other languages through the [Crowdin integration](https://crowdin.com/project/consul).
When we review your pull request and ask for changes, if you're proficient using `git rebase` edit existing commits instead of adding new ones. If you aren't proficient with `git rebase`, ignore this point.