diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt
index 20b691a..bb06da1 100644
|
a
|
b
|
Django source tree, as for any code change:
|
| 64 | 64 | .. _Transifex: https://www.transifex.com/ |
| 65 | 65 | .. _Django project page: https://www.transifex.com/projects/p/django/ |
| 66 | 66 | .. _Transifex User Guide: http://support.transifex.com/ |
| | 67 | |
| | 68 | .. _translating-documentation: |
| | 69 | |
| | 70 | Documentation |
| | 71 | ------------- |
| | 72 | |
| | 73 | There is also an opportunity to translate the documentation, though this is a |
| | 74 | huge undertaking to complete entirely (you have been warned!). We use the same |
| | 75 | `Transifex tool <https://www.transifex.com/projects/p/django-docs/>`_. The |
| | 76 | translations will appear at ``https://docs.djangoproject.com/<language_code>/`` |
| | 77 | 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 fc34796..9dbb0b4 100644
|
a
|
b
|
one of the following:
|
| 374 | 374 | * Find synonyms that the spell checker recognizes. |
| 375 | 375 | * If, and only if, you are sure the word you are using is correct - add it |
| 376 | 376 | to ``docs/spelling_wordlist`` (please keep the list in alphabetical order). |
| | 377 | |
| | 378 | Translating documentation |
| | 379 | ------------------------- |
| | 380 | |
| | 381 | See :ref:`Localizing the Django documentation <translating-documentation>` if |
| | 382 | you'd like to help translate the documentation into another language. |