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
This commit is contained in:
Adrian Holovaty 2005-12-21 05:47:37 +00:00
parent c4b543ff46
commit 197aae8d98
1 changed files with 4 additions and 2 deletions

View File

@ -361,8 +361,10 @@ That's it. Your translations are ready for use.
.. admonition:: A note to translators .. admonition:: A note to translators
If you've created a translation in a language Django doesn't yet support, 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 please let us know! See `Submitting and maintaining translations`_ for
in the global Django settings (``settings.LANGUAGES``). the steps to take.
.. _Submitting and maintaining translations: http://www.djangoproject.com/documentation/contributing/
How Django discovers language preference How Django discovers language preference
======================================== ========================================