Modifiers

translate

The translate modifier registers and translates a static template string.

Example#

php
{{ "Read more" | translate }}

The target must be a quoted string. Pass a quoted context when the same text needs different meanings:

php
{{ "Post" | translate("button label") }}