- Added multiple params support to trans (requested by meneame):
[haanga.git] / tests / assert_templates / trans.tpl
blob44d85c329caca58ca295f7d0d3264cb63b576714
1 {% trans _("Translation") %}
2 {% trans _("Translation by %s") "cesar" %}
3 {{ text|trans }}
4 {{ text|translation|capfirst }}