Closed (fixed)
Project:
Apache Solr Multilingual
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
27 Apr 2010 at 21:34 UTC
Updated:
26 Feb 2019 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mkalkbrennerFunction tt() is provided by Internationalization module. It's usage it's correct at this point because taxonomy translations are handled via this module.
But Apache Solr Multilingual should not depend on it. So I wrote a patch to check the existence of this module first. Additionally I replaced the deprecated function tt() by i18nstrings().
Comment #2
mkalkbrenner