簡體   English   中英

內聯Viewhelper中的Typo3翻譯

[英]Typo3 Translation in Inline Viewhelper

我想為我的Typo3模板設置翻譯。 但是我想要這樣的內聯viewhelper中的字符串的{f:translate ...}

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

但這是行不通的。 有誰知道我在做什么錯?

謝謝你的幫助!

函數麻痹之前,您還有多余的空間。

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM