mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-04 14:52:25 -05:00
10 lines
122 B
Twig
10 lines
122 B
Twig
{% trans "Hello World!" %}
|
|
|
|
{% trans %}
|
|
Hello World!
|
|
{% endtrans %}
|
|
|
|
{% trans %}
|
|
Hello {{ name }}!
|
|
{% endtrans %}
|