Example#
{{ "Read more" | translate }}The target must be a quoted string. Pass a quoted context when the same text needs different meanings:
{{ "Post" | translate("button label") }}Modifiers
The translate modifier registers and translates a static template string.
{{ "Read more" | translate }}The target must be a quoted string. Pass a quoted context when the same text needs different meanings:
{{ "Post" | translate("button label") }}