Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#34278 closed Bug (fixed)

Missing ngettext call in SelectFilter2.js

Reported by: Claude Paroz Owned by: Claude Paroz
Component: Internationalization Version: 4.2
Severity: Release blocker 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

The new translatable string '%s selected options not visible' should be ngettextized (nice word!).

Change History (5)

comment:1 by Claude Paroz, 16 months ago

Has patch: set

comment:2 by Mariusz Felisiak, 16 months ago

Owner: changed from nobody to Claude Paroz
Severity: NormalRelease blocker
Status: newassigned
Triage Stage: UnreviewedAccepted

Good catch +1

comment:3 by Mariusz Felisiak, 16 months ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 16 months ago

Resolution: fixed
Status: assignedclosed

In e3a4cee:

Fixed #34278 -- Made translatable string plural-aware in SelectFilter2.js.

Bug in be63c78760924e1335603c36babd0ad6cfaea3c4.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 16 months ago

In 0fd5d16c:

[4.2.x] Fixed #34278 -- Made translatable string plural-aware in SelectFilter2.js.

Bug in be63c78760924e1335603c36babd0ad6cfaea3c4.

Backport of e3a4cee081cf60650b8824f0646383b79cb110e7 from main

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