Opened 8 years ago
Closed 8 years ago
#28221 closed Bug (fixed)
Fallback language overrides plural forms
| Reported by: | Waldemar Kornewald | Owned by: | nobody | 
|---|---|---|---|
| Component: | Internationalization | Version: | dev | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
When a plural translation is added to an English djangojs.po file all other languages' translations for that plural form are overridden with the English (i.e. fallback) translation.
Pull request with fix is here:
https://github.com/django/django/pull/8510
Change History (4)
comment:1 by , 8 years ago
| Triage Stage: | Unreviewed → Accepted | 
|---|---|
| Version: | 1.11 → master | 
comment:2 by , 8 years ago
comment:3 by , 8 years ago
| Triage Stage: | Accepted → Ready for checkin | 
|---|
Claude proposed an alternate PR.
  Note:
 See   TracTickets
 for help on using tickets.
    
In eb66057: