Opened 17 years ago

Closed 17 years ago

#5492 closed (fixed)

Typo error in docs/i18n.txt

Reported by: Manuel Saelices Owned by: Manuel Saelices
Component: Documentation Version: dev
Severity: Keywords: i18n docs javascript
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is actual fragment:

You create and update the translation catalogs the same way as the other Django
translation catalogs -- with the {{{make-messages.py}}} tool. The only
difference is you need to provide a ``-d djangojs`` parameter, like this::

And should be that:

You create and update the translation catalogs the same way as the other Django
translation catalogs -- with the ``make-messages.py`` tool. The only
difference is you need to provide a ``-d djangojs`` parameter, like this::

Attachments (2)

i18n.diff (567 bytes ) - added by Manuel Saelices 17 years ago.
Typo fix
i18n.2.diff (953 bytes ) - added by Manuel Saelices 17 years ago.
There was another typo error. Fixed in this patch

Download all attachments as: .zip

Change History (3)

by Manuel Saelices, 17 years ago

Attachment: i18n.diff added

Typo fix

by Manuel Saelices, 17 years ago

Attachment: i18n.2.diff added

There was another typo error. Fixed in this patch

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [6286]) Fixed #5492 -- Removed some bad markup. Thanks, msaelices.

Note: See TracTickets for help on using tickets.
Back to Top