mirror of
https://github.com/moparisthebest/wallabag
synced 2025-02-25 07:51:44 -05:00
10 lines
122 B
Twig
10 lines
122 B
Twig
{% trans "Hello World!" %}
|
|
|
|
{% trans %}
|
|
Hello World!
|
|
{% endtrans %}
|
|
|
|
{% trans %}
|
|
Hello {{ name }}!
|
|
{% endtrans %}
|