Django

Code

Show
Ignore:
Timestamp:
01/31/07 17:43:09 (2 years ago)
Author:
rmunn
Message:

Merged revisions 4186 to 4454 from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/sqlalchemy/docs/i18n.txt

    r3608 r4455  
    5454from your ``TEMPLATE_CONTEXT_PROCESSORS`` setting. 
    5555 
    56 .. _documentation for USE_I18N: http://www.djangoproject.com/documentation/settings/#use-i18n 
     56.. _documentation for USE_I18N: ../settings/#use-i18n 
    5757 
    5858How to specify translation strings 
     
    176176            verbose_name_plural = _('mythings') 
    177177 
    178 .. _Django models: http://www.djangoproject.com/documentation/model_api/ 
     178.. _Django models: ../model_api/ 
    179179 
    180180Pluralization 
     
    275275string, so they don't need to be aware of translations. 
    276276 
    277 .. _Django templates: http://www.djangoproject.com/documentation/templates_python/ 
     277.. _Django templates: ../templates_python/ 
    278278 
    279279How to create language files 
     
    395395    the steps to take. 
    396396 
    397     .. _Submitting and maintaining translations: http://www.djangoproject.com/documentation/contributing/ 
     397    .. _Submitting and maintaining translations: ../contributing/ 
    398398 
    399399How Django discovers language preference 
     
    473473      en-us). 
    474474 
    475       .. _LANGUAGES setting: http://www.djangoproject.com/documentation/settings/#languages 
     475      .. _LANGUAGES setting: ../settings/#languages 
    476476 
    477477    * If you define a custom ``LANGUAGES`` setting, as explained in the 
     
    531531in ``request.LANGUAGE_CODE``. 
    532532 
    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-objects 
     533.. _settings file: ../settings/ 
     534.. _middleware documentation: ../middleware/ 
     535.. _session: ../sessions/ 
     536.. _request object: ../request_response/#httprequest-objects 
    537537 
    538538The ``set_language`` redirect view 
     
    600600    if you're manually configuring your settings.) 
    601601 
    602 .. _settings documentation: http://www.djangoproject.com/documentation/settings/#using-settings-without-the-django-settings-module-environment-variable 
     602.. _settings documentation: ../settings/#using-settings-without-the-django-settings-module-environment-variable 
    603603 
    604604All message file repositories are structured the same way. They are: