summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-12-21 05:47:37 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-12-21 05:47:37 +0000
commit197aae8d98c4f63a8ed6cda04dfe886459b6de15 (patch)
tree2d6f7a1b0c5fb6b56672ede51111667a54656471 /docs
parentc4b543ff4619f4a643ff5b8df341f525e73b586b (diff)
Added link to 'Submitting and maintaining translations' from docs/i18n.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/i18n.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/i18n.txt b/docs/i18n.txt
index a02841f28f..29d7dec449 100644
--- a/docs/i18n.txt
+++ b/docs/i18n.txt
@@ -361,8 +361,10 @@ That's it. Your translations are ready for use.
.. admonition:: A note to translators
If you've created a translation in a language Django doesn't yet support,
- please let us know! We'll add it to the global list of available languages
- in the global Django settings (``settings.LANGUAGES``).
+ please let us know! See `Submitting and maintaining translations`_ for
+ the steps to take.
+
+ .. _Submitting and maintaining translations: http://www.djangoproject.com/documentation/contributing/
How Django discovers language preference
========================================