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/plural.twig
2013-08-02 22:43:56 +02:00

6 lines
137 B
Twig

{% trans %}
Hey {{ name }}, I have one apple.
{% plural apple_count %}
Hey {{ name }}, I have {{ count }} apples.
{% endtrans %}