1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-04 14:52:25 -05:00
wallabag/inc/3rdparty/Twig/Extensions/Gettext/Test/Fixtures/twig/singular.twig
2013-08-02 22:43:56 +02:00

10 lines
122 B
Twig

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