From: Guillaume Pellerin Date: Tue, 12 Apr 2016 10:30:35 +0000 (+0200) Subject: fix edito X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=331d6c9610334cbfcdca62f91e56578ce2477281;p=mezzo.git fix edito --- diff --git a/app/locale/fr/LC_MESSAGES/django.mo b/app/locale/fr/LC_MESSAGES/django.mo index 18082f61..bb0c59c0 100644 Binary files a/app/locale/fr/LC_MESSAGES/django.mo and b/app/locale/fr/LC_MESSAGES/django.mo differ diff --git a/app/locale/fr/LC_MESSAGES/django.po b/app/locale/fr/LC_MESSAGES/django.po index eda8df86..044e0f19 100644 --- a/app/locale/fr/LC_MESSAGES/django.po +++ b/app/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-11 23:54+0200\n" +"POT-Creation-Date: 2016-04-12 12:29+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -341,11 +341,11 @@ msgstr "" msgid "Viewing events for the location" msgstr "Les événements du lieu" -#: templates/agenda/event_list.html:53 +#: templates/agenda/event_list.html:54 templates/agenda/event_list.html:56 msgid "Viewing events from" msgstr "Les événements du" -#: templates/agenda/event_list.html:56 +#: templates/agenda/event_list.html:59 msgid "Viewing events by" msgstr "Les événements par" @@ -673,13 +673,9 @@ msgstr "Imprimer cette page" msgid "Home" msgstr "Accueil" -#: templates/index.html:14 -msgid "Edito" -msgstr "Édito" - #: templates/index.html:19 -msgid "Read more" -msgstr "Lire la suite" +msgid "Read the edito" +msgstr "Lire l'édito" #: templates/index.html:25 msgid "Featured" @@ -734,6 +730,12 @@ msgstr "" msgid "Recent Tweets" msgstr "Tweets récents" +#~ msgid "Edito" +#~ msgstr "Édito" + +#~ msgid "Read more" +#~ msgstr "Lire la suite" + #~ msgid "Article" #~ msgstr "Article" diff --git a/app/templates/index.html b/app/templates/index.html index d5f6cdfe..9f3b041a 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -11,12 +11,12 @@ {% block main %} -

{% trans "Edito" %}

+{#

{% trans "Edito" %}

#} {% featured_edito as edito %} {{ edito.content|safe|slice:":446" }}...
-{% trans "Read more" %} +{% trans "Read the edito" %}
{% featured as featured %}