Typo3 Indexed Search Local_Lang path

牧云@^-^@ 提交于 2019-12-24 11:30:54

问题


i am wondering what TS code is needed to set path to my own indexed search local_lang. I changed what i needed in pi1/local_lang but i would like to set it to my own so i can have the edited (Croatian in this case) for future projects.

Something like:

plugin.tx_indexedsearch.templateFile = fileadmin/search_temp.html

but for Local_lang of it?


回答1:


with this lines you can overwrite individual translations:

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

I think that not all extensions supports a complete own localLang file, but not 100% sure.




回答2:


You could add your translation to the official Translation Server . So your translation will be available trough the Translation Modul in TYPO3 Backend.

The croation translation for indexed_search is managed there: http://translation.typo3.org/hr/TYPO3.TYPO3.core.indexed_search/

There is a single-sign-on with typo3.org implemented. So you need an account on typo3.org first.



来源:https://stackoverflow.com/questions/15405465/typo3-indexed-search-local-lang-path

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!