Changeset 1206
- Timestamp:
- 11/12/05 15:36:38 (3 years ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r1184 r1206 401 401 .. _internationalization docs: http://www.djangoproject.com/documentation/i18n/ 402 402 403 LANGUAGES 404 --------- 405 406 Default: a list of available languages and their name 407 408 This is a list of two-tuples with language code and language name that are available 409 for language selection. See the `internationalization docs`_ for details. It usually 410 isn't defined, only if you want to restrict language selection to a subset of the 411 django-provided languages you need to set it. 412 403 413 MANAGERS 404 414 --------
