Use symfony translator

This commit is contained in:
Romain Neutron
2013-11-25 09:07:16 +01:00
parent 71df6e96a3
commit 2ba164701d
325 changed files with 1946 additions and 2145 deletions

View File

@@ -56,9 +56,7 @@
{% if typ == "CT" %}
<br/>
{% elseif typ == "TH" %}
{% trans with {'%hits%' : hits} %}
thesaurus:: %hits% reponses retournees
{% endtrans %}
{% trans with {'%hits%' : hits} %}thesaurus:: %hits% reponses retournees{% endtrans %}
<br/>
<br/>
{% endif %}