[TYPO3-english] Localization problems

Pero Peric pperic at mail.com
Sun Oct 19 16:12:20 CEST 2014


Hi,

I'm trying to translate couple of labels for ke_search extension but 
something strange is going on (as always). First i tried this:

plugin.tx_kesearch_pi1._LOCAL_LANG.hr.label_sort = Rezultati pretrage

but it didn't work. Then i tried adding:

<languageKey index="hr" type="array">
    <label index="label_sort">Rezultati pretrage</label>
</languageKey>

into locallang.xml but it also didn't work.

Then i realized that whatever i do, i always get labels from default 
language key. Even if i change default to foobar it still gets labels 
from there, so i suppose it reads first language key section.

In TS config i have this:

config {
    locale_all = hr_HR.utf8
    language = hr
    htmlTag_langKey = hr
}

so anyone knows what could be wrong here? Thx!

Regards.



More information about the TYPO3-english mailing list