From b3acac2c899647abb0f66a3d991bafadc96c5626 Mon Sep 17 00:00:00 2001
From: pabois <pierreandre.boissinot@noesya.coop>
Date: Thu, 21 Apr 2022 12:11:21 +0200
Subject: [PATCH] locales

---
 config/locales/communication/en.yml | 3 ++-
 config/locales/communication/fr.yml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml
index 964505032..bd6bf4679 100644
--- a/config/locales/communication/en.yml
+++ b/config/locales/communication/en.yml
@@ -251,7 +251,7 @@ en:
             description_short: ''
             slug: legal-terms
             title: Legal terms
-          people:
+          persons:
             description_short: List of members in the team
             slug: team
             title: Team
@@ -321,6 +321,7 @@ en:
     hints:
       communication_website:
         git_endpoint: 'If blank, default will be used (https://github.com or https://gitlab.com/api/v4)'
+        languages: 'If you select at least one language the website will be considered as possibly multilingual, and therefore all urls will be prefixed with the language (/fr, /en)'
       communication_website_category:
         description: If this field is empty the main text's begining will be used.
       communication_website_page:
diff --git a/config/locales/communication/fr.yml b/config/locales/communication/fr.yml
index ba9d8e930..4041a25e8 100644
--- a/config/locales/communication/fr.yml
+++ b/config/locales/communication/fr.yml
@@ -253,7 +253,7 @@ fr:
             description_short: ''
             slug: mentions-legales
             title: Mentions légales
-          people:
+          persons:
             description_short: Liste des membres de l'équipe
             slug: equipe
             title: Équipe
@@ -323,6 +323,7 @@ fr:
     hints:
       communication_website:
         git_endpoint: 'Laisser vide pour les valeurs par défaut (https://github.com ou https://gitlab.com/api/v4)'
+        languages: 'Si vous sélectionnez au moins une langue le site sera considéré comme possiblement multilingue et donc toutes les urls seront préfixées avec la langue (/fr, /en)'
       communication_website_category:
         description: Si ce champ est vide le début du texte principal sera utilisé.
       communication_website_page:
-- 
GitLab