From 7518933ed6878ce18c4c876d269ef70c1fcc8686 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 6 Jan 2022 18:28:46 +0100
Subject: [PATCH] language

---
 basetheme_bootstrap/locale/en/LC_MESSAGES/django.po | 4 ++++
 basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/basetheme_bootstrap/locale/en/LC_MESSAGES/django.po b/basetheme_bootstrap/locale/en/LC_MESSAGES/django.po
index 2b53569..c9bcd2b 100644
--- a/basetheme_bootstrap/locale/en/LC_MESSAGES/django.po
+++ b/basetheme_bootstrap/locale/en/LC_MESSAGES/django.po
@@ -232,6 +232,10 @@ msgstr ""
 msgid "Delete account and all related data"
 msgstr ""
 
+#, python-format
+msgid "Preferences successfully saved on %s"
+msgstr ""
+
 msgid ""
 "Thank you for your email confirmation, you account have been activated and "
 "you are now logged in."
diff --git a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po
index 68849b9..811d697 100644
--- a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po
+++ b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po
@@ -272,6 +272,10 @@ msgstr "Suppression de compte"
 msgid "Delete account and all related data"
 msgstr "Supprimer le compte et toutes les données associées"
 
+#, python-format
+msgid "Preferences successfully saved on %s"
+msgstr "Préférences enregistrées avec succès le %s"
+
 msgid ""
 "Thank you for your email confirmation, you account have been activated and "
 "you are now logged in."
-- 
GitLab