aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/Twig/Gettext/Test/Fixtures/twig/plural.twig
blob: f9754ff48874c1224c2ae55b5a1f9c8f67f931b2 (plain) (blame)
1
2
3
4
5
{% trans %}
    Hey {{ name }}, I have one apple.
{% plural apple_count %}
    Hey {{ name }}, I have {{ count }} apples.
{% endtrans %}