summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2020-02-06 22:55:17 +0900
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-02-12 10:14:36 +0100
commitbbec01c1520059aa518c30781bbd64a9469c2c30 (patch)
tree75c64a9b43703b2a7eb8117e9f456b334e1ec149
parent8faaaf4e719531f2fd7f390a8af33ef2458f5427 (diff)
[3.0.x] Fixed #31241 -- Clarified porting translations of the Django docs to docs.djangoproject.com.
Backport of c25a8c77d72b6d3a1942a699796224f4a2caf543 from master
-rw-r--r--docs/internals/contributing/localizing.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt
index f0d89f9001..8942ea742a 100644
--- a/docs/internals/contributing/localizing.txt
+++ b/docs/internals/contributing/localizing.txt
@@ -82,3 +82,9 @@ huge undertaking to complete entirely (you have been warned!). We use the same
`Transifex tool <https://www.transifex.com/django/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.
+
+Once translations are published, updated versions from Transifex will be
+irregularly ported to the `django/django-docs-translations
+<https://github.com/django/django-docs-translations>`_ repository and to the
+documentation website. Only translations for the latest stable Django release
+are updated.