Closed (works as designed)
Project:
Facetapi Select
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2014 at 17:08 UTC
Updated:
22 Oct 2015 at 13:48 UTC
Jump to comment: Most recent
Comments
Comment #1
grndlvl commentedWe're now using t() around that text so you will be able to use the translation interface.
Checkout http://www.gbyte.co/blog/when-custom-t-strings-are-missing-from-translat... for instructions on how to get the text to show up in the translation interface.
Comment #2
nicrodgersI'm not sure that wrapping t() around it is the right solution here. t() isn't designed to translate user-supplied variables. I think this is a case for i18n_string instead?
Comment #3
nicrodgersignore previous comment. Misunderstood.