Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13658 closed (fixed)

small typo in a javascript example in the i18n docs

Reported by: stdbrouw Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords:
Cc: Sasha Romijn Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The javascript example for named interpolation over at http://docs.djangoproject.com/en/dev/topics/i18n/internationalization/#using-the-javascript-translation-catalog lacks a comma in the javascript associative array named *d* in between *count* and *total*, and gives a parse error if run, unless the comma is added. Very minor issue, 'fcuz.

Attachments (1)

i18n_js_comma_typo.diff (412 bytes ) - added by Sasha Romijn 14 years ago.

Download all attachments as: .zip

Change History (5)

by Sasha Romijn, 14 years ago

Attachment: i18n_js_comma_typo.diff added

comment:1 by Sasha Romijn, 14 years ago

Cc: Sasha Romijn added
Has patch: set
milestone: 1.3
Triage Stage: UnreviewedReady for checkin

Makes sense. Obviously trivial patch added :)

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13531]) Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.

comment:3 by Russell Keith-Magee, 14 years ago

(In [13537]) [1.2.X] Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.

Backport of r13531 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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