diff --git a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po
index 0768d0c7498b499adb1df034a7e19b43dea16945..431d4fd7841d62ed810f3094e34b5e8229da8467 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 eef1f32e83838754d4396179c32ce745fd823ec1..1e5ec478ec8c8c308680320f6e230ff81e767580 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',