Actions
Bug #19314
closedOverride of Translations via TS did not work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-09-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have searched a lot, but I do not get any hint, why this should not work:
plugin.tx_cssstyledcontent_pi1 {
_LOCAL_LANG {
default {
label.toTop = Get me to the top!
}
de {
label.toTop = Bing mich nach oben!
}
}
}
It does not changed the text which is displayed via:
tt_content.stdWrap.innerWrap2 = | <p class="csc-linkToTop"><a href="#">{LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop}</a></p>
Why?
(issue imported from #M9327)
Actions