Django

Code

Changeset 1089

Show
Ignore:
Timestamp:
11/04/05 22:24:19 (3 years ago)
Author:
adrian
Message:

Fixed ReST bugs in i18n.txt from [1087]

Files:

Legend:

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

    r1088 r1089  
    3939    2. Get translations for those strings, in whichever languages you want to 
    4040       support. 
    41     2. Activate the locale middleware in your Django settings. 
     41    3. Activate the locale middleware in your Django settings. 
    4242 
    4343How to specify translation strings 
     
    294294 
    295295For example, if your Django app contained a translation string for the text 
    296 ``"Welcome to my site.", like so:: 
     296``"Welcome to my site."``, like so:: 
    297297 
    298298    _("Welcome to my site.")