mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
added the LANGUAGES setting to the settings documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
33accf560d
commit
f3d1f39559
@ -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/
|
.. _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
|
MANAGERS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user