From 88264c7e3c268f06e6284e8c32d32faedb025743 Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Thu, 11 Jan 2024 12:04:58 +0100 Subject: [PATCH] fix: removed unused translation --- locales/de/LC_MESSAGES/volto.po | 5 ----- locales/en/LC_MESSAGES/volto.po | 5 ----- locales/es/LC_MESSAGES/volto.po | 5 ----- locales/fr/LC_MESSAGES/volto.po | 5 ----- locales/it/LC_MESSAGES/volto.po | 5 ----- locales/volto.pot | 7 +------ src/components/ItaliaTheme/Search/Search.jsx | 4 ---- 7 files changed, 1 insertion(+), 35 deletions(-) diff --git a/locales/de/LC_MESSAGES/volto.po b/locales/de/LC_MESSAGES/volto.po index eaf81cc90..6d3e1e8b0 100644 --- a/locales/de/LC_MESSAGES/volto.po +++ b/locales/de/LC_MESSAGES/volto.po @@ -2548,11 +2548,6 @@ msgstr "" msgid "noVideos" msgstr "" -#: components/ItaliaTheme/Search/Search -# defaultMessage: Nessun filtro attivato -msgid "no_filters" -msgstr "" - #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate #: helpers/amministrazioneTrasparenteHelper # defaultMessage: nominativo diff --git a/locales/en/LC_MESSAGES/volto.po b/locales/en/LC_MESSAGES/volto.po index 7ed2be503..91e0ff8a3 100644 --- a/locales/en/LC_MESSAGES/volto.po +++ b/locales/en/LC_MESSAGES/volto.po @@ -2533,11 +2533,6 @@ msgstr "" msgid "noVideos" msgstr "" -#: components/ItaliaTheme/Search/Search -# defaultMessage: Nessun filtro attivato -msgid "no_filters" -msgstr "" - #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate #: helpers/amministrazioneTrasparenteHelper # defaultMessage: nominativo diff --git a/locales/es/LC_MESSAGES/volto.po b/locales/es/LC_MESSAGES/volto.po index 1b26a6fbf..7e8c5a4ec 100644 --- a/locales/es/LC_MESSAGES/volto.po +++ b/locales/es/LC_MESSAGES/volto.po @@ -2542,11 +2542,6 @@ msgstr "Ingrese la URL de un vídeo de YouTube o Vimeo en la barra lateral." msgid "noVideos" msgstr "No hay vídeos seleccionados. Agregar un elemento para mostrar un vídeo" -#: components/ItaliaTheme/Search/Search -# defaultMessage: Nessun filtro attivato -msgid "no_filters" -msgstr "" - #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate #: helpers/amministrazioneTrasparenteHelper # defaultMessage: nominativo diff --git a/locales/fr/LC_MESSAGES/volto.po b/locales/fr/LC_MESSAGES/volto.po index cdb1a1d5c..0dc58e335 100644 --- a/locales/fr/LC_MESSAGES/volto.po +++ b/locales/fr/LC_MESSAGES/volto.po @@ -2550,11 +2550,6 @@ msgstr "" msgid "noVideos" msgstr "" -#: components/ItaliaTheme/Search/Search -# defaultMessage: Nessun filtro attivato -msgid "no_filters" -msgstr "" - #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate #: helpers/amministrazioneTrasparenteHelper # defaultMessage: nominativo diff --git a/locales/it/LC_MESSAGES/volto.po b/locales/it/LC_MESSAGES/volto.po index 65f6635fe..d8552c396 100644 --- a/locales/it/LC_MESSAGES/volto.po +++ b/locales/it/LC_MESSAGES/volto.po @@ -2533,11 +2533,6 @@ msgstr "Inserisci l'URL di un video YouTube o Vimeo nella barra a lato." msgid "noVideos" msgstr "Nessun video selezionato. Aggiungi un elemento per mostrare un video" -#: components/ItaliaTheme/Search/Search -# defaultMessage: Nessun filtro attivato -msgid "no_filters" -msgstr "" - #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate #: helpers/amministrazioneTrasparenteHelper # defaultMessage: nominativo diff --git a/locales/volto.pot b/locales/volto.pot index 62e31db72..9af16de4e 100644 --- a/locales/volto.pot +++ b/locales/volto.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Plone\n" -"POT-Creation-Date: 2024-01-11T10:53:57.565Z\n" +"POT-Creation-Date: 2024-01-11T11:04:31.849Z\n" "Last-Translator: Plone i18n \n" "Language-Team: Plone i18n \n" "MIME-Version: 1.0\n" @@ -2535,11 +2535,6 @@ msgstr "" msgid "noVideos" msgstr "" -#: components/ItaliaTheme/Search/Search -# defaultMessage: Nessun filtro attivato -msgid "no_filters" -msgstr "" - #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate #: helpers/amministrazioneTrasparenteHelper # defaultMessage: nominativo diff --git a/src/components/ItaliaTheme/Search/Search.jsx b/src/components/ItaliaTheme/Search/Search.jsx index d053f78bc..1b11c5f05 100644 --- a/src/components/ItaliaTheme/Search/Search.jsx +++ b/src/components/ItaliaTheme/Search/Search.jsx @@ -151,10 +151,6 @@ const messages = defineMessages({ id: 'search_skip_to_search_results', defaultMessage: 'Vai ai risultati di ricerca', }, - no_filters: { - id: 'no_filters', - defaultMessage: 'Nessun filtro attivato', - }, active_filters: { id: 'active_filters', defaultMessage: '{filterNumber} filtri attivati',