Hi,

This has already been questioned by someone else - without an appropriate answer so I would like to ask again:
<mailman.3702.1372430654.570.typo3-engl...@lists.typo3.org>


So is it possible to have something like

PHP:
$this->view->assign('count', 123);
$this->view->assign('message', 'There are {count} rows');

FLUID:
<p>{message}</p>


In the result sadly {count} won't get replaced. Is there some way to achieve this? Or how do you cope with translated messages which have to carry values from variables? (Assume 'messsage' is taken from an LL file in the above example).


greetings,
Bernhard
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to