1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-23 14:51:58 -05:00

6 lines
137 B
Twig
Raw Normal View History

2013-08-02 22:40:51 +02:00
{% trans %}
Hey {{ name }}, I have one apple.
{% plural apple_count %}
Hey {{ name }}, I have {{ count }} apples.
{% endtrans %}