Skip to content

Commit

Permalink
Fixed #6795 -- Added some translation info to docs/contributing.txt. …
Browse files Browse the repository at this point in the history
…Thanks, Karderio and vegpuff

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Mar 17, 2008
1 parent ba3d527 commit 5794111
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/contributing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,12 @@ incorrect translation, or if you'd like to add a language that isn't yet
translated, here's what to do:

* Join the `Django i18n mailing list`_ and introduce yourself.
* Create and submit translations using the methods described in the
* Create translations using the methods described in the
`i18n documentation`_.
* Create a diff of the ``.po`` file against the current Subversion trunk.
* Make sure that `` bin/compile-messages.py -l <lang>`` runs without
producing any warnings.
* Attach the patch to a ticket in Django's ticket system.

.. _Django i18n mailing list: http://groups.google.com/group/django-i18n/
.. _i18n documentation: ../i18n/
Expand Down

0 comments on commit 5794111

Please sign in to comment.