[Flow] [ANN] TYPO3 Flow 3.0.0beta1 released
Mira Frei
mira at modifiziert.com
Mon Mar 9 11:25:31 CET 2015
Since updating to this release I have a problem with templating.
In my template I have this:
<f:translate id="write.sent" arguments="{0: '{f:translate(id: \'write.jobs\') -> f:link.action(action: \'jobs\')}'}" />
This is in the translation-file Main.xlf:
<trans-unit id="write.sent">
<source>Now you can switch to {0}, where you track the state of your jobs.</source>
</trans-unit>
And the output is this:
Now you can switch to <a href="https://www.myurl.com/my.timbo/standard/jobs">Jobs</a>, where you track the state of your jobs.
The html-code is rawly displayed. Why it is not converted to a real link? It worked before in flow version 2.x.
More information about the Flow
mailing list