From: Guillaume Pellerin Date: Mon, 11 Apr 2016 08:23:13 +0000 (+0200) Subject: fix locales X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=556019e30f4c0fe08a28b1eab0addc250442f3b5;p=mezzo.git fix locales --- diff --git a/app/locale/fr/LC_MESSAGES/django.mo b/app/locale/fr/LC_MESSAGES/django.mo index 034818f7..5e598a6d 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 fabde73e..5762b71f 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 00:18+0200\n" +"POT-Creation-Date: 2016-04-11 10:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -119,12 +119,10 @@ msgid "audios" msgstr "" #: festival/models.py:204 templates/index.html:39 -#| msgid "Artists" msgid "artists" msgstr "artistes" #: festival/models.py:206 templates/index.html:47 -#| msgid "Videos" msgid "videos" msgstr "vidéos" @@ -304,7 +302,6 @@ msgid "Previous event" msgstr "Évenement précédent" #: templates/agenda/event_detail.html:147 -#| msgid "Related event" msgid "Next event" msgstr "Évenement suivant" @@ -390,7 +387,6 @@ msgstr "" #: templates/blog/blog_post_detail.html:93 #: templates/includes/share_buttons.html:8 -#| msgid "Share on Facebook" msgid "Share on Twitter" msgstr "Partagez sur Twitter" @@ -404,7 +400,6 @@ msgid "Related posts" msgstr "Articles associés" #: templates/blog/blog_post_list.html:4 templates/blog/blog_post_list.html:22 -#| msgid "Artists" msgid "Articles" msgstr "Articles" @@ -682,11 +677,7 @@ msgstr "Lire la suite" msgid "Featured" msgstr "À la une" -#: templates/index.html:29 -msgid "Article" -msgstr "Article" - -#: templates/index.html:31 templates/index.html.py:39 templates/index.html:47 +#: templates/index.html:31 templates/index.html.py:39 msgid "All" msgstr "Tous les" @@ -694,19 +685,11 @@ msgstr "Tous les" msgid "articles" msgstr "articles" -#: templates/index.html:37 -#| msgid "Artists" -msgid "Artist" -msgstr "Artiste" - -#: templates/index.html:45 -#| msgid "Videos" -msgid "Video" -msgstr "Vidéo" - -#: templates/index.html:53 -msgid "Playlist" -msgstr "Playlist" +#: templates/index.html:47 +#| msgid "All" +msgctxt "fem" +msgid "All" +msgstr "Toutes les" #: templates/pages/form.html:24 msgid "Submit" @@ -744,5 +727,19 @@ msgstr "" msgid "Recent Tweets" msgstr "Tweets récents" +#~ msgid "Article" +#~ msgstr "Article" + +#~| msgid "Artists" +#~ msgid "Artist" +#~ msgstr "Artiste" + +#~| msgid "Videos" +#~ msgid "Video" +#~ msgstr "Vidéo" + +#~ msgid "Playlist" +#~ msgstr "Playlist" + #~ msgid "Related events" #~ msgstr "Événements associés" diff --git a/app/templates/index.html b/app/templates/index.html index 55bda19d..ee99254f 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -44,7 +44,7 @@
{# {% trans "Video" %}#} {% include 'festival/inc/video_card.html' %} - {% trans "All" %} {% trans "videos" %} + {% trans "All" context "fem" %} {% trans "videos" %}
{% endfor %}