summaryrefslogtreecommitdiff
path: root/docs/contributing.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-03-18 05:45:37 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-03-18 05:45:37 +0000
commit6df9e25b618b603fb903f9e6c74e675aa2490305 (patch)
treec12117aa403438246fa629286ae565ace7e8805e /docs/contributing.txt
parent133111e40b3afe20e80e5f12e3b064ba080c318d (diff)
queryset-refactor: Merged from trunk up to [7280]
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/contributing.txt')
-rw-r--r--docs/contributing.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index 37c9196467..885f5159b9 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -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/