]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/Twig/Gettext/Test/Fixtures/twig/plural.twig
twig implementation
[github/wallabag/wallabag.git] / inc / 3rdparty / Twig / Gettext / Test / Fixtures / twig / plural.twig
CommitLineData
a4565e88
NL
1{% trans %}
2 Hey {{ name }}, I have one apple.
3{% plural apple_count %}
4 Hey {{ name }}, I have {{ count }} apples.
5{% endtrans %}