summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorg Bauer <gb@hugo.westfalen.de>2005-11-12 21:36:38 +0000
committerGeorg Bauer <gb@hugo.westfalen.de>2005-11-12 21:36:38 +0000
commitf3d1f395592a9f8dc143c471dbdc111b5247a03e (patch)
tree20723cba7b7066ae3b2f312e5c496d0f4eaf4b9b /docs
parent33accf560d9a8a318a34fc6a38c038f2d86165ff (diff)
added the LANGUAGES setting to the settings documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 4d4b7ca85d..d2f6ffcdb5 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -400,6 +400,16 @@ in standard language format. For example, U.S. English is ``"en-us"``. See the
.. _internationalization docs: http://www.djangoproject.com/documentation/i18n/
+LANGUAGES
+---------
+
+Default: a list of available languages and their name
+
+This is a list of two-tuples with language code and language name that are available
+for language selection. See the `internationalization docs`_ for details. It usually
+isn't defined, only if you want to restrict language selection to a subset of the
+django-provided languages you need to set it.
+
MANAGERS
--------