Feature #35227
value (and other) markers in language files
| 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