#16440 closed Bug (fixed)
Internationalization pluralization docs small mistake
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/1.3/topics/i18n/internationalization/#pluralization
I think it should say "different from one", rather than "different from zero".
'object' for the singular and 'objects' for all the cases where count is different from zero, irrespective of its value.)
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | ungettext_docs.patch added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16532]: