From: Guillaume Pellerin Date: Fri, 22 Apr 2016 10:07:41 +0000 (+0200) Subject: fix locale X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a9850593f7799909395869bf74e36563f1e6e3f6;p=mezzo.git fix locale --- diff --git a/app/locale/fr/LC_MESSAGES/django.mo b/app/locale/fr/LC_MESSAGES/django.mo index 4551d13e..d35b0d7f 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 95fbee21..120d00dc 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-22 12:05+0200\n" +"POT-Creation-Date: 2016-04-22 12:07+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -378,12 +378,12 @@ msgid "Archive" msgstr "" #: templates/base.html:136 -msgid "Dernière" -msgstr "Breaking" +msgid "Breaking" +msgstr "Dernière" #: templates/base.html:136 -msgid "minute" -msgstr "news" +msgid "news" +msgstr "minute" #: templates/base.html:165 msgid "Playlist" diff --git a/app/templates/base.html b/app/templates/base.html index 8b5b13f3..d5d8c66f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -132,7 +132,7 @@
- {% trans "Dernière" %}
{% trans "minute" %} ! + {% trans "Breaking" %}
{% trans "news" %} !