Bug #52419
Wrong PHPDocs notation for default value inline f:translate viewhelper
Start date:
2013-10-01
Due date:
% Done:
0%
Estimated time:
Has patch:
No
Description
The inline documentation in TYPO3\Fluid\ViewHelpers\TranslateViewHelper states:
{f:translate(id: 'some.label.id', default: 'fallback result')}
But this has to be:
{f:translate(id: 'some.label.id', value: 'fallback result')}