From 28cb46befb012cbb90744ca68da1d552bb9475ce Mon Sep 17 00:00:00 2001 From: Maik Hoepfel Date: Mon, 25 Mar 2013 13:12:53 +0100 Subject: [PATCH] [1.5.x] Removed ambiguity regarding LANGUAGES setting Backport of a05042fd3a from master --- docs/ref/settings.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 9ed775981e..3a9c368d9f 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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` -- for example, ``('ja', 'Japanese')``. +The list is a tuple of two-tuples in the format +(:term:`language code`, ``language name``) -- for example, +``('ja', 'Japanese')``. This specifies which languages are available for language selection. See :doc:`/topics/i18n/index`.