Thank you for the module.

I don't know who's fault is it but I cannot translate the Default option label (can't find the string). I also tried adding facetapi_i18n but that didn't help.

Comments

grndlvl’s picture

Status: Active » Closed (works as designed)

We'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.

nicrodgers’s picture

Status: Closed (works as designed) » Active

I'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?

nicrodgers’s picture

Status: Active » Closed (works as designed)

ignore previous comment. Misunderstood.