From daac14923bdc333339ffe9d663a77b62e90ecbe2 Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Sun, 22 Sep 2024 08:47:01 +0100 Subject: [PATCH] fix: remove duplicated label.type translation keys --- frontend/src/i18n/en/translation.json | 1 - frontend/src/i18n/fr/translation.json | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/i18n/en/translation.json b/frontend/src/i18n/en/translation.json index f43a3964..f85f1527 100644 --- a/frontend/src/i18n/en/translation.json +++ b/frontend/src/i18n/en/translation.json @@ -323,7 +323,6 @@ "value": "Value", "synonyms": "Synonyms", "lookups": "Lookups", - "type": "Type", "lookup_strategies": "Lookup Strategy", "nlp_lookup_keywords": "Keywords/Free-Text", "nlp_lookup_trait": "Trait", diff --git a/frontend/src/i18n/fr/translation.json b/frontend/src/i18n/fr/translation.json index e9fb58e8..f4c28736 100644 --- a/frontend/src/i18n/fr/translation.json +++ b/frontend/src/i18n/fr/translation.json @@ -323,7 +323,6 @@ "nlp_entity_value": "Valeur TALN", "value": "Valeur", "lookups": "Stratégies", - "type": "Type", "lookup_strategies": "Stratégie de recherche", "nlp_lookup_keywords": "Mot-clés/Texte", "nlp_lookup_trait": "Trait",