Opened 16 years ago

Closed 16 years ago

#6796 closed (duplicate)

Add info on how to translate django

Reported by: Karderio <karderio@…> Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The part in the contribution documentation on "Submitting and maintaining translations" points to the Internationalization documentation, which in the section "A note to translators" just points back to the contribution documentation.

I was given some useful advice (http://groups.google.com/group/Django-I18N/browse_thread/thread/5d088c747d711104) that could be nice in the documentation, for what to do with an updated .po file:

"""Please make a diff [of the .po file] against the current subversion trunk version and attach the patch to a ticket in Trac [on the translation component maybe?].

Make sure that "bin/compile-messages.py -l fr" runs without producing any warnings before uploading the patch, since it cannot be committed with any syntactical errors."""

Change History (1)

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: duplicate
Status: newclosed

Dupe of #6795

Note: See TracTickets for help on using tickets.
Back to Top