Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#27418 closed Bug (fixed)

Occasional missing plural forms in JavaScriptCatalog

Reported by: Waldemar Kornewald Owned by: nobody
Component: Internationalization Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I've fixed a bug that occurs randomly when generating JS translations for plural forms. Sometimes the list of plural forms in the generated JS only contains two items although the language has more than two plural forms.

https://github.com/django/django/pull/7460

Change History (4)

comment:1 by Tim Graham, 8 years ago

Component: UncategorizedInternationalization
Needs tests: set
Summary: Occasional missing plural forms in JSOccasional missing plural forms in JavaScriptCatalog
Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

comment:2 by Tim Graham, 8 years ago

Needs tests: unset

PR (now with test).

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In b24af2f4:

Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.

comment:4 by Tim Graham <timograham@…>, 8 years ago

In 0d8cdb5:

[1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.

Backport of b24af2f40508bc0d8aa0cef264e51c537ffb92bd from master

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