repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
- Added multiple params support to trans (requested by meneame):
[haanga.git]
/
tests
/
assert_templates
/
trans.tpl
blob
44d85c329caca58ca295f7d0d3264cb63b576714
1
{% trans _("Translation") %}
2
{% trans _("Translation by %s") "cesar" %}
3
{{ text|trans }}
4
{{ text|translation|capfirst }}