1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-23 06:11:57 -05:00
2013-08-02 22:43:56 +02:00

10 lines
122 B
Twig

{% trans "Hello World!" %}
{% trans %}
Hello World!
{% endtrans %}
{% trans %}
Hello {{ name }}!
{% endtrans %}