Content translations
<p>{% translate %}Hello World{% endtranslate %}</p>Variable Translations
{% set translate_string = "Hello World" %}
<p>{{ do_translate(translate_string) }}</p>Last updated
Was this helpful?
<p>{% translate %}Hello World{% endtranslate %}</p>{% set translate_string = "Hello World" %}
<p>{{ do_translate(translate_string) }}</p>Last updated
Was this helpful?
Was this helpful?