I am trying to translate the search result text that gets displayed when the user searches for a term using the search api. In the default language (English), the search result text in commerce_kickstart_search.current_search.inc is set like this: ‘text’ => ‘There is <em>[facetapi_results:result-count]</em> search result’ The HTML works fine, so I can highlight the numberRead more