Update templates to fit the new translator

This commit is contained in:
Romain Neutron
2013-11-21 19:00:17 +01:00
parent e4c43b8622
commit 16c1930ca0
87 changed files with 361 additions and 317 deletions

View File

@@ -14,8 +14,8 @@
<div style="margin:5px 0;text-align:right;font-style:italic;position:relative;">
{% set nb_records = basket.getElements()|length %}
{% set date = app['date-formatter'].getPrettyString(basket.getUpdated()) %}
{% trans %}
{{ nb_records }} records
{% trans with {'%nb_records%' : nb_records} %}
%nb_records% records
{% endtrans %}
- {{ date }}
<hr/>