Opened 7 years ago

Closed 7 years ago

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

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

comment:2 Changed 7 years ago by Tim Graham

Needs tests: unset

PR (now with test).

comment:3 Changed 7 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: newclosed

In b24af2f4:

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

comment:4 Changed 7 years ago by Tim Graham <timograham@…>

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