Opened 6 years ago

Closed 6 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 Changed 6 years ago by Claude Paroz

Triage Stage: UnreviewedAccepted

comment:2 Changed 6 years ago by ChillarAnand

Owner: changed from nobody to ChillarAnand
Status: newassigned

comment:3 Changed 6 years ago by Tim Graham

Does this update happen in Transifex?

comment:4 Changed 6 years ago by Claude Paroz

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 Changed 6 years ago by Tim Graham

Should it be added to all po files?

comment:6 Changed 6 years ago by Claude Paroz

Owner: changed from ChillarAnand to Claude Paroz

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

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

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