Changeset 7268
- Timestamp:
- 03/17/08 12:29:10 (6 months ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r6878 r7268 329 329 330 330 * Join the `Django i18n mailing list`_ and introduce yourself. 331 * Create and submittranslations using the methods described in the331 * Create translations using the methods described in the 332 332 `i18n documentation`_. 333 * Create a diff of the ``.po`` file against the current Subversion trunk. 334 * Make sure that `` bin/compile-messages.py -l <lang>`` runs without 335 producing any warnings. 336 * Attach the patch to a ticket in Django's ticket system. 333 337 334 338 .. _Django i18n mailing list: http://groups.google.com/group/django-i18n/
