From 5c801b2d4c9e553c8811552443483bd4d2ab63f1 Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Tue, 2 Jun 2020 13:05:18 -0400 Subject: [PATCH] Fix duplicate i18n keys for FR &ES (#2668) remove-facet was mentioned twice with 2 different messages --- main/webapp/modules/core/langs/translation-es.json | 2 +- main/webapp/modules/core/langs/translation-fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/webapp/modules/core/langs/translation-es.json b/main/webapp/modules/core/langs/translation-es.json index 1e4c07fca..54a6955d9 100644 --- a/main/webapp/modules/core/langs/translation-es.json +++ b/main/webapp/modules/core/langs/translation-es.json @@ -310,7 +310,7 @@ "core-facets/facet-by-count": "Facetas por conteo de opciones", "core-facets/linear-plot": "Gráfica lineal", "core-facets/rotated-clock": "Girar 45° en dirección de las manecillas de reloj", - "core-facets/remove-facet": "Alternar la minimización y la maximización de esta faceta", + "core-facets/minimize-facet": "Alternar la minimización y la maximización de esta faceta", "core-facets/remove-facet": "Quitar esta faceta", "core-facets/too-many-choices": "opciones en total, son muchas para mostrar", "core-facets/time": "Hora", diff --git a/main/webapp/modules/core/langs/translation-fr.json b/main/webapp/modules/core/langs/translation-fr.json index a6287612e..61d042a23 100644 --- a/main/webapp/modules/core/langs/translation-fr.json +++ b/main/webapp/modules/core/langs/translation-fr.json @@ -296,7 +296,7 @@ "core-facets/reset": "réinitialiser", "core-facets/time": "Date", "core-facets/remove-facet": "Supprimer cette facette", - "core-facets/remove-facet": "Permuter la minimisation ou la maximisation de cette facette", + "core-facets/minimize-facet": "Permuter la minimisation ou la maximisation de cette facette", "core-facets/non-time": "Non-date", "core-facets/linear-plot-abbr": "lin", "core-facets/small-dot": "Point de petite taille",