Opened 7 years ago

Closed 7 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 Claude Paroz, 7 years ago

Triage Stage: UnreviewedAccepted
Version: 1.11master

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

In eb66057:

Refs #28221 -- Honor plural number in JavaScriptCatalog

comment:3 by Tim Graham, 7 years ago

Triage Stage: AcceptedReady for checkin

Claude proposed an alternate PR.

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

Resolution: fixed
Status: newclosed

In 2cbb095:

Fixed #28221 -- Fixed plural fallback translations in JavaScriptCatalog view

Thanks Waldemar Kornewald for the report and initial patch.

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