summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-02 13:16:31 -0400
committerTim Graham <timograham@gmail.com>2014-07-02 13:22:14 -0400
commit0b2a36ecf787620ff96c6a342c11a9c39bcfc41b (patch)
treece5b968d55fb2c4fc44ce1e01ef275bc4701385c /docs/internals
parentf5740af868329a743d3b34022b5e1450850cdb2f (diff)
[1.7.x] Fixed #18108 -- Added instructions for translating documentation.
Thanks Claude Paroz. Backport of 1a3bec4a26 from master
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/localizing.txt11
-rw-r--r--docs/internals/contributing/writing-documentation.txt6
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt
index 20b691a453..bb06da156d 100644
--- a/docs/internals/contributing/localizing.txt
+++ b/docs/internals/contributing/localizing.txt
@@ -64,3 +64,14 @@ Django source tree, as for any code change:
.. _Transifex: https://www.transifex.com/
.. _Django project page: https://www.transifex.com/projects/p/django/
.. _Transifex User Guide: http://support.transifex.com/
+
+.. _translating-documentation:
+
+Documentation
+-------------
+
+There is also an opportunity to translate the documentation, though this is a
+huge undertaking to complete entirely (you have been warned!). We use the same
+`Transifex tool <https://www.transifex.com/projects/p/django-docs/>`_. The
+translations will appear at ``https://docs.djangoproject.com/<language_code>/``
+when at least the ``docs/intro/*`` files are fully translated in your language.
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 <translating-documentation>` if
+you'd like to help translate the documentation into another language.