Bug #62399
closedMultilingual RTE classesAnchor titleText not posible
100%
Description
The default page TSconfig of the RTE contains:
RTE.classesAnchor { externalLink { class = external-link type = url titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xlf:mail_titleText } ## .... }
http://docs.typo3.org/typo3cms/extensions/rtehtmlarea/6.2/Configuration/PageTsconfig/classesAnchor/Index.html
If I change it to use own my own titleText values
RTE.classesAnchor.externalLink.titleText = LLL:EXT:myext/Resources/Private/Language/locallang.xlf:mail_titleText
and, of course translate the locallang.xlf in de.locallang.xlf, fr.locallang.xlf...
<trans-unit id="mail_titleText" approved="yes" xml:space="preserve"> <source>New e-mail to me</source> <target>Neue E-Mail an mich</target> </trans-unit>
The target text doesn't appear in the link wizard of the RTE but the source.
The user has German as Backend Language and creates / edit a content element on default language which is set to "de" by
RTE.default.defaultContentLanguage = de
http://docs.typo3.org/typo3cms/extensions/rtehtmlarea/6.2/Configuration/PageTsconfig/interfaceConfiguration/Index.html#defaultcontentlanguage
All other language codes are set in websitelanguage with static_info_tables.
Files
Updated by Stanislas Rolland about 10 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33488
Updated by Stanislas Rolland about 10 years ago
- Assignee set to Stanislas Rolland
- Target version set to next-patchlevel
Please test this change: https://review.typo3.org/#/c/33488/
Updated by Gerrit Code Review about 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33488
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33506
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 07fb3d8afea5bd3ff35e34e7eac97d59502d9b8a.
Updated by Arek van Schaijk almost 10 years ago
What is the target TYPO3 version where this issue will be solved? I'm also running in this problem.
Updated by Stanislas Rolland over 9 years ago
Arek van Schaijk wrote:
What is the target TYPO3 version where this issue will be solved? I'm also running in this problem.
This was resolved quite some time ago in 6.2 and 7.
Updated by Arek van Schaijk over 9 years ago
- File doesnt-work.PNG doesnt-work.PNG added
I'm using 6.2.11 with the below Page TS:
RTE.classesAnchor { // [..] externalLink { class = external-link type = url titleText = Fooo } // [..] }
The internalLink and mail section are included and working very well, but externalLink still doesn't work for me.
This should be resolved right?