Django

Code

Changeset 6286

Show
Ignore:
Timestamp:
09/15/07 09:46:41 (1 year ago)
Author:
mtredinnick
Message:

Fixed #5492 -- Removed some bad markup. Thanks, msaelices.

Files:

Legend:

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

    r6272 r6286  
    753753interface, plus an array of translation strings. Those translation strings are 
    754754taken from the application, project or Django core, according to what you 
    755 specify in either the {{{info_dict}}} or the URL. 
     755specify in either the info_dict or the URL. 
    756756 
    757757You hook it up like this:: 
     
    818818---------------------------------------- 
    819819 
    820 You create and update the translation catalogs the same way as the other Django 
    821 translation catalogs -- with the {{{make-messages.py}}} tool. The only 
     820You create and update the translation catalogs the same way as the other 
     821Django translation catalogs -- with the make-messages.py tool. The only 
    822822difference is you need to provide a ``-d djangojs`` parameter, like this:: 
    823823