Ticket #5492: i18n.diff

File i18n.diff, 567 bytes (added by Manuel Saelices, 17 years ago)

Typo fix

  • docs/i18n.txt

     
    818818----------------------------------------
    819819
    820820You create and update the translation catalogs the same way as the other Django
    821 translation catalogs -- with the {{{make-messages.py}}} tool. The only
     821translation catalogs -- with the ``make-messages.py`` tool. The only
    822822difference is you need to provide a ``-d djangojs`` parameter, like this::
    823823
    824824    make-messages.py -d djangojs -l de
Back to Top