t
Wraps the drupal t method.
<a href="\">{{ 'home'|t }}</a>
Or use the Twig filter tag to loop a larger block of text through the t() method.
{% filter t %}
This section is being translated using the t() function
{% endfilter %}
Wraps the drupal t method.
<a href="\">{{ 'home'|t }}</a>
Or use the Twig filter tag to loop a larger block of text through the t() method.
{% filter t %}
This section is being translated using the t() function
{% endfilter %}