From 4f41c3e30210aba868feb7774c67e8e8f69b8980 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 20 Apr 2021 23:22:07 -0800 Subject: [PATCH] New translations en-US.json (French) --- frontend/src/locales/messages/fr-FR.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/locales/messages/fr-FR.json b/frontend/src/locales/messages/fr-FR.json index 3b6f357d5..b57a4dd10 100644 --- a/frontend/src/locales/messages/fr-FR.json +++ b/frontend/src/locales/messages/fr-FR.json @@ -49,6 +49,13 @@ "current-parenthesis": "(Actuel)", "users": "Utilisateurs", "groups": "Groupes", + "sunday": "Sunday", + "monday": "Monday", + "tuesday": "Tuesday", + "wednesday": "Wednesday", + "thursday": "Thursday", + "friday": "Friday", + "saturday": "Saturday", "about": "À propos" }, "page": { @@ -226,6 +233,8 @@ "manage-users": "Utilisateurs", "migrations": "Migrations", "profile": "Profil", + "locale-settings": "Locale settings", + "first-day-of-week": "First day of the week", "custom-pages": "Pages personnalisées", "new-page": "Nouvelle page", "edit-page": "Modifier la page",