Inline Viewhelper中的Typo3翻译

时间:2016-06-02 10:31:32

标签: templates typo3 fluid viewhelper

我想为我的Typo3模板设置翻译。 但我希望在内联视图中使用{f:translate ...}字符串进行翻译。

{f:if(condition:"{change.newValue}", then : '{change.newValue}', else:
"{f:translate (key:'pdvcalls_form_fields.deleted_close_date')}")}

但这不起作用。 有谁知道我做错了什么?

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

在函数paratheses之前你有一个额外的空间。

{f:if(condition:"{change.newValue}", then : '{change.newValue}', else:
"{f:translate(key:'pdvcalls_form_fields.deleted_close_date')}")}