[1.5.x] Removed ambiguity regarding LANGUAGES setting

Backport of a05042fd3a from master
This commit is contained in:
Maik Hoepfel 2013-03-25 13:12:53 +01:00 committed by Tim Graham
parent d1b7bd030b
commit 28cb46befb
1 changed files with 3 additions and 3 deletions

View File

@ -1250,9 +1250,9 @@ see the current list of translated languages by looking in
.. _online source: https://github.com/django/django/blob/master/django/conf/global_settings.py
The list is a tuple of two-tuples in the format ``(language code, language
name)``, the ``language code`` part should be a
:term:`language name<language code>` -- for example, ``('ja', 'Japanese')``.
The list is a tuple of two-tuples in the format
(:term:`language code<language code>`, ``language name``) -- for example,
``('ja', 'Japanese')``.
This specifies which languages are available for language selection. See
:doc:`/topics/i18n/index`.