From 8f5566e2e60e2f6e5414615e6098e4fea701ef10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 6 Nov 2025 14:50:18 +0100 Subject: [PATCH] Add 'es', 'fr' notice links --- docs/.vuepress/config/theme.js | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 6b4c53f..702ad9d 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -205,7 +205,33 @@ export default hopeTheme({ noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message // fullscreen: true, // optional: turn it into a modal // confirm: true // optional: force clicking an action to close - } + }, + { + path: "/es/", // show on all pages (you can add more entries per path/locale) + title: "Financiación colectiva 🪄✨", + content: "¡Pongamos publicaciones fijadas en los grupos! ¡Únete a nuestra primera campaña de crowdfunding!", + actions: [ + { text: "Leer más", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + { text: "No, gracias" } + ], + showOnce: true, // don’t re-show after it’s closed + noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message + // fullscreen: true, // optional: turn it into a modal + // confirm: true // optional: force clicking an action to close + }, + { + path: "/fr/", // show on all pages (you can add more entries per path/locale) + title: "Financement participatif 🪄✨", + content: "Ajoutons des publications épinglées dans les groupes. Rejoignez notre première campagne de financement participatif !", + actions: [ + { text: "En savoir plus", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + { text: "Non, merci" } + ], + showOnce: true, // don’t re-show after it’s closed + noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message + // fullscreen: true, // optional: turn it into a modal + // confirm: true // optional: force clicking an action to close + }, ], blog: { excerptLength: 0,