From: Guillaume Pellerin Date: Mon, 11 Apr 2016 08:15:44 +0000 (+0200) Subject: update locales X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5e7522f1f6fc53ea6ed27e7162f5914f2d1626f2;p=mezzo.git update locales --- diff --git a/app/locale/fr/LC_MESSAGES/django.mo b/app/locale/fr/LC_MESSAGES/django.mo index 7c276863..034818f7 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 afc265a2..fabde73e 100644 --- a/app/locale/fr/LC_MESSAGES/django.po +++ b/app/locale/fr/LC_MESSAGES/django.po @@ -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" diff --git a/app/templates/index.html b/app/templates/index.html index d1d54b02..55bda19d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -26,7 +26,7 @@ {% for post in featured.blogposts.all %}
- {% trans "Article" %} + {# {% trans "Article" %}#} {% include 'blog/includes/post_card.html' %} {% trans "All" %} {% trans "articles" %}
@@ -34,7 +34,7 @@ {% for artist in featured.artists.all %}
- {% trans "Artist" %} + {# {% trans "Artist" %}#} {% include "festival/inc/artist_card.html" %} {% trans "All" %} {% trans "artists" %}
@@ -42,7 +42,7 @@ {% for video in featured.videos.all %}
- {% trans "Video" %} + {# {% trans "Video" %}#} {% include 'festival/inc/video_card.html' %} {% trans "All" %} {% trans "videos" %}
@@ -50,7 +50,7 @@ {% for playlist in featured.playlists.all %}
- {% trans "Playlist" %} + {# {% trans "Playlist" %}#} {% include 'festival/inc/audio_playlist.html' %}
{% endfor %}