CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #35227

value (and other) markers in language files

Added by Alexander Pankow about 1 year ago. Updated about 1 year ago.

Status:Closed Start date:2012-03-26
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:Translation
Target version:-
Votes: 0

Description

It would be great, if it would be possible to use markers like "###value_[field]###" in language files.

Currently, I use this:

###LLL:textBeforeAuthCode### <a href="###value_generated_authCode###">###LLL:mail.textAuthCodeLink###</a>###LLL:textAfterAuthCode###

--

<label index="textBeforeAuthCode"><![CDATA[For authentication]]></label>
<label index="textAuthCodeLink"><![CDATA[click here]]></label>
<label index="textAfterAuthCode"><![CDATA[. Thank you!]]></label>

If this would be possible, it makes things easier:

###textAuthCode###

--

<label index="textAuthCode"><![CDATA[For authentication <a href="###value_generated_authCode###">click here</a>. Thank you!]]></label>

History

Updated by Alexander Pankow about 1 year ago

Oh - i mean "###value_authCodeUrl###" instead of "###value_generated_authCode###", but this makes no difference. :D

Updated by Reinhard Führicht about 1 year ago

  • Status changed from New to Closed

This basically is a duplicate of #30437

I know that it would be cool to use value markers there, but it would be even cooler to be able to use ANY formhandler related marker.
Please take a look at #30437 and comment the proposed solution there.

I close this issue as a duplicate of #30437.

Also available in: Atom PDF