From edd8900b0d318f274f92ddc15af1646ec2c472af Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 22 Jun 2014 18:11:36 +0200 Subject: Braces for translations. --- pyaggr3g470r/templates/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index d0258ec1..a68b71a4 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -120,11 +120,11 @@ {% else %}
{% if filter_ == 'all' %} -
Oh! {{ _('This feed is empty.') }}
+
{{ _('Oh!') }} {{ _('This feed is empty.') }}
{% elif filter_ == 'read' %} -
Work for you! {{ _('All articles are unread.') }}
+
{{ _('Work for you!') }} {{ _('All articles are unread.') }}
{% elif filter_ == 'unread' %} -
Well done! {{ _('You read all articles.') }}
+
{{ _('Well done!') }} {{ _('You read all articles.') }}
{% endif %} {% endif %} -- cgit