]> git.parisson.com Git - mezzo.git/commitdiff
update locales
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 11 Apr 2016 08:15:44 +0000 (10:15 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 11 Apr 2016 08:15:44 +0000 (10:15 +0200)
app/locale/fr/LC_MESSAGES/django.mo
app/locale/fr/LC_MESSAGES/django.po
app/templates/index.html

index 7c276863b756470eae2fb0b372ad40af12b52a9e..034818f76abc4039402124b708dd6253796908c1 100644 (file)
Binary files a/app/locale/fr/LC_MESSAGES/django.mo and b/app/locale/fr/LC_MESSAGES/django.mo differ
index afc265a294542e0a61933fb6d07c1dfe4981a715..fabde73efcc5428545c32dfb0c2260e4ded73f08 100644 (file)
@@ -688,11 +688,11 @@ msgstr "Article"
 
 #: templates/index.html:31 templates/index.html.py:39 templates/index.html:47
 msgid "All"
-msgstr "Tout"
+msgstr "Tous les"
 
 #: templates/index.html:31
 msgid "articles"
-msgstr ""
+msgstr "articles"
 
 #: templates/index.html:37
 #| msgid "Artists"
index d1d54b02505afdc0234ec98f2bb3430e3379f2fc..55bda19dcfaa799dcecc154eb2f09e70b8aaba2a 100644 (file)
@@ -26,7 +26,7 @@
 
     {% for post in featured.blogposts.all %}
     <div class="last__media__entry">
-         <span>{% trans "Article" %}</span>
+         {# <span>{% trans "Article" %}</span>#}
          {% include 'blog/includes/post_card.html' %}
          <a href="{% url 'blog_post_list' %}" class="btn btn-full">{% trans "All" %} {% trans "articles" %}</a>
     </div>
@@ -34,7 +34,7 @@
 
     {% for artist in featured.artists.all %}
     <div class="last__media__entry">
-         <span>{% trans "Artist" %}</span>
+         {# <span>{% trans "Artist" %}</span>#}
          {% include "festival/inc/artist_card.html" %}
          <a href="{% url 'festival-artist-list' %}" class="btn btn-full">{% trans "All" %} {% trans "artists" %}</a>
     </div>
@@ -42,7 +42,7 @@
 
     {% for video in featured.videos.all %}
     <div class="last__media__entry">
-        <span>{% trans "Video" %}</span>
+        {# <span>{% trans "Video" %}</span>#}
         {% include 'festival/inc/video_card.html' %}
         <a href="{% url 'festival-video-list' %}" class="btn btn-full">{% trans "All" %} {% trans "videos" %}</a>
     </div>
@@ -50,7 +50,7 @@
 
     {% for playlist in featured.playlists.all %}
     <div class="last__media__entry">
-        <span>{% trans "Playlist" %}</span>
+        {# <span>{% trans "Playlist" %}</span>#}
         {% include 'festival/inc/audio_playlist.html' %}
     </div>
     {% endfor %}