From 0b2a36ecf787620ff96c6a342c11a9c39bcfc41b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 2 Jul 2014 13:16:31 -0400 Subject: [1.7.x] Fixed #18108 -- Added instructions for translating documentation. Thanks Claude Paroz. Backport of 1a3bec4a26 from master --- docs/internals/contributing/writing-documentation.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/internals/contributing/writing-documentation.txt') diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index fcefbdccae..8ef9490d57 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -372,3 +372,9 @@ one of the following: * Find synonyms that the spell checker recognizes. * If, and only if, you are sure the word you are using is correct - add it to ``docs/spelling_wordlist`` (please keep the list in alphabetical order). + +Translating documentation +------------------------- + +See :ref:`Localizing the Django documentation ` if +you'd like to help translate the documentation into another language. -- cgit v1.3