From cc84ff5bcb3d9d4499b25187a0e7fbae467a649e Mon Sep 17 00:00:00 2001 From: Siyasanga Date: Wed, 16 Oct 2024 16:17:41 +0200 Subject: [PATCH] Add translations for search.placeholder key The key is being used in search.ts on core but it seems the translations were not added to the country-config repo which is breaking the git pre-checks that check that the copy is in sync with core --- src/translations/client.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations/client.csv b/src/translations/client.csv index c3e0098e..8a276069 100644 --- a/src/translations/client.csv +++ b/src/translations/client.csv @@ -1820,6 +1820,7 @@ search.locationNotFound,Label for location not found,Location Not Found,Emplacem search.noDeclarations,The text when there is no declaration to review,No declarations to review,Aucune déclaration à examiner search.noResultFor,The no result text,No results for ”{param}”,Aucun résultat pour “{param}” search.noResults,Text to display if the search return no results for the current filters,No result to display,Aucun résultat à afficher +search.placeholder, Placeholder text of search input, Name of query, Nom de la requête search.removeBbookmarkAdvancedSearchModalBody,Modal body for remove bookmark advacnced search,This advanced search bookmark will be removed from the side bar shortcut,Ce signet de recherche avancée sera supprimé du raccourci de la barre latérale search.removeBookmarkAdvancedSearchModalTitle,Modal title for remove bookmark advacnced search,Remove search query?,Supprimer la requête de recherche ? search.results,Results label at the top of the data table component,Results,Résultats