#8879 closed (fixed)
ngettext is used in comments framework
Reported by: | Jarek Zgoda | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is one place where ngettext()
is used to translate strings in comment framework code. Since Django is all-unicode inside, ungettext()
should be used. Attached patch fixes this issue.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | contrib-comments-ungettext.diff added |
---|
comment:1 by , 16 years ago
milestone: | post-1.0 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Patch to replace call to ngettext() where ungettext() should be used