From 6a1631476cfd5b46b1c778fff680ea2bc554baaa Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 May 2014 17:29:58 +0200 Subject: Internationalization to french in progress. --- pyaggr3g470r/templates/unread.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pyaggr3g470r/templates/unread.html') diff --git a/pyaggr3g470r/templates/unread.html b/pyaggr3g470r/templates/unread.html index e0ffd2dd..5194aaca 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -3,21 +3,21 @@
{% if feeds|count == 0 %} {% else %} {% for feed in feeds|sort(attribute="title") %}

{{ feed.title|safe }}

- - - - -

{{ feed.articles.all()|length }} unread articles.

+ + + + +

{{ feed.articles.all()|length }} {{ _('unread articles') }}.

{% for number in range(0, feed.articles.all()|length-(feed.articles.all()|length % 3), 3) %} -- cgit