]> git.parisson.com Git - mezzo.git/commitdiff
fix edito
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 12 Apr 2016 10:30:35 +0000 (12:30 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 12 Apr 2016 10:30:35 +0000 (12:30 +0200)
app/locale/fr/LC_MESSAGES/django.mo
app/locale/fr/LC_MESSAGES/django.po
app/templates/index.html

index 18082f619cc63e3e3fa8f6b1c7fbd1e0b81f9a70..bb0c59c02e622cc423eb052461e74d34839ccd3b 100644 (file)
Binary files a/app/locale/fr/LC_MESSAGES/django.mo and b/app/locale/fr/LC_MESSAGES/django.mo differ
index eda8df86039da7bc30f59671d795ccc7209a8f26..044e0f19be55bb77d5413233cb2f18c61c81ae00 100644 (file)
@@ -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 <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\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"
 
index d5f6cdfea94b195715ca8d383fdbd0ee1f006519..9f3b041afd338559a0ab37e546307536fd64ba2d 100644 (file)
 
 {% block main %}
 
-<h2 class="section__title">{% trans "Edito" %}</h2>
+{# <h2 class="section__title">{% trans "Edito" %}</h2>#}
 
 {% featured_edito as edito %}
 {{ edito.content|safe|slice:":446" }}...
 <br>
-<a href="{% url 'page' edito.slug %}" class="event__meta__btn">{% trans "Read more" %}</a>
+<a href="{% url 'page' edito.slug %}" class="event__meta__btn">{% trans "Read the edito" %}</a>
 <br>
 
 {% featured as featured %}