{% trans comment "greeting" %}Hello!{% end %}

{% def "cats" %} {% trans number count comment "plural test" %} There is ${count} ${name} {% plural %} There are ${count} ${name}s {% endtrans %} {% enddef %}

{% trans context "month name" %}May{% endtrans %}

{% trans context "to indicate possibility" %}May{% endtrans %}