Opened 9 years ago
Closed 9 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 , 9 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 9 years ago
comment:4 by , 9 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:6 by , 9 years ago
| Owner: | changed from to |
|---|
No, just for the en catalogs with plurals. Let me kill this one (sorry ChillarAnand).
Note:
See TracTickets
for help on using tickets.
Does this update happen in Transifex?