From db481408a4c1b4bcef6fe37fd41ce28df7605cf3 Mon Sep 17 00:00:00 2001
From: Fabien Quatravaux <fabien.quatravaux@riseup.net>
Date: Fri, 26 Feb 2021 16:01:58 +0100
Subject: [PATCH] ui: Change wording for ESS France

---
 src/locales/en.json | 13 +++++++++++--
 src/locales/es.json | 13 +++++++++++--
 src/locales/fr.json | 16 ++++++++++++----
 3 files changed, 34 insertions(+), 8 deletions(-)

diff --git a/src/locales/en.json b/src/locales/en.json
index 7efb7b75..9520c6d9 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -29,7 +29,13 @@
     "projects": "Projects",
     "circles": "Circles",
     "messages": "Messages",
-    "search": "Search..."
+    "search": "Search...",
+    "republiqueESS": {
+      "home": "Home",
+      "contribute": "Contribute",
+      "thematics": "Thematics",
+      "community": "Community"
+     }
   },
   "about": {
     "title": "About",
@@ -120,7 +126,10 @@
       "subTitle": "Members :"
     },
     "extensions": {
-      "associated": "Associated circle"
+      "associated": "Associated circle",
+      "republiqueESS": {
+        "associatedThematic": "Associated thematic"
+      }
     }
   },
   "communities": {
diff --git a/src/locales/es.json b/src/locales/es.json
index ec826d41..29395c46 100644
--- a/src/locales/es.json
+++ b/src/locales/es.json
@@ -29,7 +29,13 @@
     "projects": "Proyectos",
     "circles": "Círculos",
     "messages": "Mensajes",
-    "search": "Buscar..."
+    "search": "Buscar...",
+    "republiqueESS": {
+      "home": "Hogar",
+      "contribute": "Contribuir",
+      "thematics": "Temáticas",
+      "community": "Comunidad"
+     }
   },
   "about": {
     "title": "Acerca de",
@@ -120,7 +126,10 @@
       "subTitle": "Miembrxs: "
     },
     "extensions": {
-      "associated": "Círculo asociado"
+      "associated": "Círculo asociado",
+      "republiqueESS": {
+        "associatedThematic": "Temática asociada"
+      }
     }
   },
   "communities": {
diff --git a/src/locales/fr.json b/src/locales/fr.json
index 05fa724c..7eb00de6 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -28,9 +28,14 @@
     "profileDirectory": "Annuaire des membres",
     "projects": "Projets",
     "circles": "Cercles",
-    "thematics": "Thématiques",
     "messages": "Messages",
-    "search": "Rechercher..."
+    "search": "Rechercher...",
+    "republiqueESS": {
+      "home": "Accueil",
+      "contribute": "Contribuer",
+      "thematics": "Thématiques",
+      "community": "Communauté"
+     }
   },
   "about": {
     "title": "A propos",
@@ -122,7 +127,10 @@
       "subTitle": "Membres :"
     },
     "extensions": {
-      "associated": "Cercle associé"
+      "associated": "Cercle associé",
+      "republiqueESS": {
+        "associatedThematic": "Thématique associée"
+      }
     }
   },
   "communities": {
@@ -299,4 +307,4 @@
     "back": "Retour",
     "goButton": "GO"
   }
-}
\ No newline at end of file
+}
-- 
GitLab