Skip to content

Commit

Permalink
Added translations to contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Sep 18, 2014
1 parent b68b288 commit 8148311
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# How to Contribute

There are many ways you can help contribute to django-user-accounts and the
various apps, themes, and starter projects that it is made up of. Contributing
code, writing documentation, reporting bugs, as well as reading and providing
feedback on issues and pull requests, all are valid and necessary ways to
help.
There are many ways you can help contribute to django-user-accounts.
Contributing code, writing documentation, translations, reporting bugs, as well
as reading and providing feedback on issues and pull requests, all are valid and
necessary ways to help.

## Committing Code

Expand Down Expand Up @@ -160,3 +159,14 @@ one entirely.) Save and exit will complete the rebase. Use a forced push to
your fork.

git push -f


## Translations

We use [Transifex](https://www.transifex.com/) to handle translations. We
discourage pull requests with changes to translations. Transifex handles
translations better than dealing them through the pull request system.

Head over to [django-user-accounts on Transifex](https://www.transifex.com/projects/p/django-user-accounts/)
and find the language you would like to contribute. If you do not find your
language then please submit an issue and we will get it setup.

0 comments on commit 8148311

Please sign in to comment.