aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/umpirsky/twig-gettext-extractor/Twig/Gettext/Test/Fixtures/twig/singular.twig
blob: d757cf90b8302f09ae15bf0b0aada70aad8f94e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% trans "Hello World!" %}

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

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