Project

General

Profile

Actions

Bug #62399

closed

Multilingual RTE classesAnchor titleText not posible

Added by Jan Kiesewetter over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2014-10-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

doesnt-work.PNG (12.8 KB) doesnt-work.PNG Arek van Schaijk, 2015-03-26 16:21
Actions #1

Updated by Stanislas Rolland over 9 years ago

  • Category set to RTE (rtehtmlarea + ckeditor)
Actions #2

Updated by Gerrit Code Review over 9 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

Actions #3

Updated by Stanislas Rolland over 9 years ago

  • Assignee set to Stanislas Rolland
  • Target version set to next-patchlevel

Please test this change: https://review.typo3.org/#/c/33488/

Actions #4

Updated by Gerrit Code Review over 9 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

Actions #5

Updated by Gerrit Code Review over 9 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

Actions #6

Updated by Stanislas Rolland over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Arek van Schaijk about 9 years ago

What is the target TYPO3 version where this issue will be solved? I'm also running in this problem.

Actions #8

Updated by Stanislas Rolland about 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.

Actions #9

Updated by Arek van Schaijk about 9 years ago

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?

Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF