Changeset 4455 for django/branches/sqlalchemy/docs/i18n.txt
- Timestamp:
- 01/31/07 17:43:09 (2 years ago)
- Files:
-
- django/branches/sqlalchemy/docs/i18n.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/sqlalchemy/docs/i18n.txt
r3608 r4455 54 54 from your ``TEMPLATE_CONTEXT_PROCESSORS`` setting. 55 55 56 .. _documentation for USE_I18N: http://www.djangoproject.com/documentation/settings/#use-i18n56 .. _documentation for USE_I18N: ../settings/#use-i18n 57 57 58 58 How to specify translation strings … … 176 176 verbose_name_plural = _('mythings') 177 177 178 .. _Django models: http://www.djangoproject.com/documentation/model_api/178 .. _Django models: ../model_api/ 179 179 180 180 Pluralization … … 275 275 string, so they don't need to be aware of translations. 276 276 277 .. _Django templates: http://www.djangoproject.com/documentation/templates_python/277 .. _Django templates: ../templates_python/ 278 278 279 279 How to create language files … … 395 395 the steps to take. 396 396 397 .. _Submitting and maintaining translations: http://www.djangoproject.com/documentation/contributing/397 .. _Submitting and maintaining translations: ../contributing/ 398 398 399 399 How Django discovers language preference … … 473 473 en-us). 474 474 475 .. _LANGUAGES setting: http://www.djangoproject.com/documentation/settings/#languages475 .. _LANGUAGES setting: ../settings/#languages 476 476 477 477 * If you define a custom ``LANGUAGES`` setting, as explained in the … … 531 531 in ``request.LANGUAGE_CODE``. 532 532 533 .. _settings file: http://www.djangoproject.com/documentation/settings/534 .. _middleware documentation: http://www.djangoproject.com/documentation/middleware/535 .. _session: http://www.djangoproject.com/documentation/sessions/536 .. _request object: http://www.djangoproject.com/documentation/request_response/#httprequest-objects533 .. _settings file: ../settings/ 534 .. _middleware documentation: ../middleware/ 535 .. _session: ../sessions/ 536 .. _request object: ../request_response/#httprequest-objects 537 537 538 538 The ``set_language`` redirect view … … 600 600 if you're manually configuring your settings.) 601 601 602 .. _settings documentation: http://www.djangoproject.com/documentation/settings/#using-settings-without-the-django-settings-module-environment-variable602 .. _settings documentation: ../settings/#using-settings-without-the-django-settings-module-environment-variable 603 603 604 604 All message file repositories are structured the same way. They are:
