Bug #18410
closedRTE.classesAnchor.[someClass].titleText does not respect LLL
0%
Description
Hi Stan,
we are back to a problem that once had been solved.
I define a class for external links like this:
RTE.classesAnchor {
externalLink {
class = external-link
type = url
titleText = LLL:EXT:acadrteconf/locallang_rte.xml:title-external-link
}
}
The language file is present, the key is available in English (sys_language_uid = 1) and the default language of my page (german, sys_language_uid = 0).
When I create a new link, the title field is always prefilled with the english value. If I am on spanish content, which is neither the typo3 default be language english nor my site's default language german the title is preset correctly with the spanish version (sys_language_uid = 4).
Whether this one is rated as minor or major I am not sure. In my project it is a major issue.
Uschi
(issue imported from #M7804)