Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16440 closed Bug (fixed)

Internationalization pluralization docs small mistake

Reported by: Bradley Ayers <bradley.ayers@…> 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)

ungettext_docs.patch (672 bytes ) - added by Bradley Ayers <bradley.ayers@…> 13 years ago.

Download all attachments as: .zip

Change History (4)

by Bradley Ayers <bradley.ayers@…>, 13 years ago

Attachment: ungettext_docs.patch added

comment:1 by Julien Phalip, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Simon Meers, 13 years ago

Resolution: fixed
Status: newclosed

In [16532]:

Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.

comment:3 by Simon Meers, 13 years ago

In [16533]:

[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.

Backport of r16532 from trunk.

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