Typo3索引搜索Local_Lang路径

问题描述:

我想知道需要什么TS代码来设置我自己的索引搜索local_lang的路径。 我改变了我在pi1/local_lang中所需要的,但是我想将它设置为我自己的,所以我可以在未来的项目中编辑(克罗地亚语)。Typo3索引搜索Local_Lang路径

喜欢的东西:

plugin.tx_indexedsearch.templateFile = fileadmin/search_temp.html 

但它Local_lang?

与此线可以覆盖各个翻译:

plugin.tx_myPlugin_pi1._LOCAL_LANG.de.key = value; 
    plugin.tx_myPlugin_pi1._LOCAL_LANG.en.key = value; 

我认为,并不是所有的扩展支持完整的自己localLang文件,但不是100%肯定。

您可以将您的翻译添加到official Translation Server。所以您的翻译将通过TYPO3后端的翻译模块提供。

的克罗地亚语翻译索引搜索indexed_search的管理有:http://translation.typo3.org/hr/TYPO3.TYPO3.core.indexed_search/

有一个单点登录与实施typo3.org。所以你首先需要登录typo3.org

+0

感谢您的输入,我已经在那里注册了,而且我已经在很多扩展上发送了大量翻译:) – 2013-04-17 08:05:59