diff --git a/re2o/locale/fr/LC_MESSAGES/django.mo b/re2o/locale/fr/LC_MESSAGES/django.mo index b05137c3..b32956f8 100644 Binary files a/re2o/locale/fr/LC_MESSAGES/django.mo and b/re2o/locale/fr/LC_MESSAGES/django.mo differ diff --git a/re2o/locale/fr/LC_MESSAGES/django.po b/re2o/locale/fr/LC_MESSAGES/django.po index 1ece2026..3958eac6 100644 --- a/re2o/locale/fr/LC_MESSAGES/django.po +++ b/re2o/locale/fr/LC_MESSAGES/django.po @@ -38,6 +38,19 @@ msgstr "Anglais" msgid "French" msgstr "Français" +#: templates/re2o/index.html:30 +msgid "Home" +msgstr "Accueil" + +#: templates/re2o/index.html:33 +#, python-format +msgid "Welcome to %(site_name)s !" +msgstr "Bienvenue sur %(site_name)s !" + +#: templates/re2o/index.html:47 +msgid "Go there" +msgstr "Accéder" + #: templates/re2o/about.html:29 templates/re2o/about.html:35 msgid "About Re2o" msgstr "A propos de Re2o" diff --git a/re2o/templates/re2o/index.html b/re2o/templates/re2o/index.html index 3de7945c..2e8de080 100644 --- a/re2o/templates/re2o/index.html +++ b/re2o/templates/re2o/index.html @@ -25,11 +25,12 @@ with this program; if not, write to the Free Software Foundation, Inc., {% load bootstrap3 %} {% load staticfiles %} +{% load i18n %} -{% block title %}Accueil{% endblock %} +{% block title %}{% trans "Home" %}{% endblock %} {% block content %} -