#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)
Change History (5)
by , 14 years ago
Attachment: | i18n_js_comma_typo.diff added |
---|
comment:1 by , 14 years ago
Cc: | added |
---|---|
Has patch: | set |
milestone: | → 1.3 |
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Makes sense. Obviously trivial patch added :)