1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-23 06:11:57 -05:00

10 lines
122 B
Twig
Raw Normal View History

2013-08-02 22:40:51 +02:00
{% trans "Hello World!" %}
{% trans %}
Hello World!
{% endtrans %}
{% trans %}
Hello {{ name }}!
{% endtrans %}