{% def "cats" %}
{% trans number count comment "plural test" %}
There is ${count} ${name}
{% plural %}
There are ${count} ${name}s
{% endtrans %}
{% enddef %}
{% for count in [1, 2, 3] %}
{% call "cats" with count=count, name="cat" %}
{% endfor %}
{% trans context "month name" %}May{% endtrans %}
{% trans context "to indicate possibility" %}May{% endtrans %}