From 17cce1ea6b9a6ce7dd79d5aa781a25f025d9d859 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 25 Mar 2021 11:49:16 +0100 Subject: [PATCH] minor: profile directory 5.1 --- src/dependencies.pug | 2 +- src/locales/en.json | 4 +++- src/locales/es.json | 4 +++- src/locales/fr.json | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 13b0d82..d92c743 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -40,7 +40,7 @@ if componentSet.has("notification") //- //- script(type="module" src="/lib/sib-polls-component/index.js" defer) if componentSet.has("profileDirectory") - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@5.0" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@5.1" defer) //- script(type="module" src="/lib/solid-directory/dist/index.js" defer) //- Disabled - Not in core@0.16 diff --git a/src/locales/en.json b/src/locales/en.json index e35ad5f..63e888d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -286,7 +286,9 @@ "myProfileHidden.lineOne": "Your profile is not visible to other members", "myProfileHidden.lineTwo": "To activate it, you need to add a photo.", "activeProfiles": "Show only active profiles", - "goButton": "GO" + "goButton": "GO", + "search.noResult": "There are no results for your search", + "search.tryAnother": " " }, "jobboard": { "joboffers": "Job offers", diff --git a/src/locales/es.json b/src/locales/es.json index bda1e60..e3c964a 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -286,7 +286,9 @@ "myProfileHidden.lineOne": "Su perfil no es visible para otros miembros", "myProfileHidden.lineTwo": "Para activarlo, debes añadir una foto", "activeProfiles": "Mostrar solo perfiles activos", - "goButton": "GO" + "goButton": "GO", + "search.noResult": "No hay resultados para su búsqueda", + "search.tryAnother": " " }, "jobboard": { "joboffers": "Oportunidades de trabajo", diff --git a/src/locales/fr.json b/src/locales/fr.json index 7780325..b4b04db 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -287,7 +287,9 @@ "myProfileHidden.lineOne": "Votre profil n'est pas visible des autres membres.", "myProfileHidden.lineTwo": "Pour l'activer, vous devez ajouter une photo.", "activeProfiles": "Afficher uniquement les profils actifs", - "goButton": "GO" + "goButton": "GO", + "search.noResult": "Il n'y a aucun résultat pour ta recherche", + "search.tryAnother": " " }, "jobboard": { "joboffers": "Offres de missions",