Opened 7 years ago

Closed 7 years ago

#28085 closed Bug (fixed)

EN django.po does not have default "Plural-Forms" to copy

Reported by: Abaks Owned by: Claude Paroz
Component: Internationalization Version: 1.11
Severity: Normal Keywords: plural localization en
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

django/conf/locale/en/LC_MESSAGES/django.po does not have "Plural-Forms: nplurals=2; plural=(n != 1);\n" line. So if I'm "makemessage"ing the english language I have issue with plural form, because it is from *.pot file as "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

Change History (7)

comment:1 by Claude Paroz, 7 years ago

Triage Stage: UnreviewedAccepted

comment:2 by ChillarAnand, 7 years ago

Owner: changed from nobody to ChillarAnand
Status: newassigned

comment:3 by Tim Graham, 7 years ago

Does this update happen in Transifex?

comment:4 by Claude Paroz, 7 years ago

No, this is the base file we're using to feed Transifex. We only have to add the missing line in the en po file. Trivial.

comment:5 by Tim Graham, 7 years ago

Should it be added to all po files?

comment:6 by Claude Paroz, 7 years ago

Owner: changed from ChillarAnand to Claude Paroz

No, just for the en catalogs with plurals. Let me kill this one (sorry ChillarAnand).

comment:7 by Claude Paroz <claude@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In e7f75b0:

Fixed #28085 -- Added missing plural forms in en translation catalogs

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