Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
13 Aug 2012 at 18:42 UTC
Updated:
8 Sep 2017 at 10:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedbetter title
Comment #2
Anonymous (not verified) commentedProblem is actually in
CurrentSearchItemTextwhere it has a hardcoded singular text:Comment #3
Anonymous (not verified) commentedPatch attached to allow plural translations to actually be shown to frontend.
Comment #4
cpliakas commentedGreat catch! I was able to reproduce the bug, and I can confirm the patch in #1728496-3: Plural text translatable, but no longer shown fixes it.
Comment #5
cpliakas commentedRefactored slightly to only execute the
($count != 1)condition once, and added some tests.Comment #6
cpliakas commentedCommitted to all branches of Facet API.