Django

Code

Ticket #5492 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Typo error in docs/i18n.txt

Reported by: msaelices Assigned to: msaelices
Milestone: Component: Documentation
Version: SVN Keywords: i18n docs javascript
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

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

i18n.diff (0.6 kB) - added by msaelices on 09/15/07 09:11:31.
Typo fix
i18n.2.diff (0.9 kB) - added by msaelices on 09/15/07 09:42:45.
There was another typo error. Fixed in this patch

Change History

09/15/07 09:11:31 changed by msaelices

  • attachment i18n.diff added.

Typo fix

09/15/07 09:42:45 changed by msaelices

  • attachment i18n.2.diff added.

There was another typo error. Fixed in this patch

09/15/07 09:46:41 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #5492 (Typo error in docs/i18n.txt)




Change Properties
Action