From 9851fe6ce697020f5ea7ace4681a94759715375f Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Mon, 8 Nov 2021 17:41:09 +0100
Subject: [PATCH] Include French translation

---
 basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po | 4 ++--
 setup.py                                            | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po
index 0768d0c..431d4fd 100644
--- a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po
+++ b/basetheme_bootstrap/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: 2021-11-08 16:22+0000\n"
+"POT-Creation-Date: 2021-11-08 16:38+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -26,7 +26,7 @@ msgid ""
 "The email already exists, if you have lost your password you can reset it <a "
 "href=\"%s\">here</a>."
 msgstr ""
-"L'e courriel existe déjà, si vous avez perdu votre mot de passe vous pouvez "
+"Le courriel existe déjà, si vous avez perdu votre mot de passe vous pouvez "
 "le réinitialiser <a href=\"%s\">ici</a>."
 
 msgid "First name is required"
diff --git a/setup.py b/setup.py
index eef1f32..1e5ec47 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
 
 setup(
     name='django-basetheme-bootstrap',
-    version='0.2.71',
+    version='0.2.72',
     description='Django Basetheme Bootstrap',
     long_description=readme,
     author='Bryan Brancotte',
@@ -32,6 +32,8 @@ setup(
         "static/fonts/Raleway/*",
         "static/js/*",
         "static/img/*",
+        "locale/en/LC_MESSAGES/*",
+        "locale/fr/LC_MESSAGES/*",
     ]},
     classifiers=[
         'Development Status :: 5 - Production/Stable',
-- 
GitLab