From 78de6c3826cdd940079855ed4c4b660fe9bd1c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 6 Nov 2025 14:39:48 +0100 Subject: [PATCH 1/3] Fix 'de' and 'en' notices links to post --- docs/.vuepress/config/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 1311e57..6b4c53f 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -185,7 +185,7 @@ export default hopeTheme({ title: "Crowdfunding 🪄✨", content: "Lass uns angepinnte Beiträge in Gruppen haben. Mach mit bei unserem ersten Crowdfunding!", actions: [ - { text: "Mehr lesen", link: "/de/news/2025-09-29-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + { text: "Mehr lesen", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, { text: "Nein danke" } ], showOnce: true, // don’t re-show after it’s closed @@ -198,7 +198,7 @@ export default hopeTheme({ title: "Crowdfunding 🪄✨", content: "Let's have pinned posts in groups. Join our first crowdfunding!", actions: [ - { text: "Read more", link: "/en/news/2025-09-29-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + { text: "Read more", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, { text: "No, thanks" } ], showOnce: true, // don’t re-show after it’s closed From f8f8f3e658aef013fa92d1739ac0b1674a1dc30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 6 Nov 2025 14:40:37 +0100 Subject: [PATCH 2/3] Fix crowdfunding post description --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/README.md b/docs/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/README.md index 1f98aef..ecad744 100644 --- a/docs/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/README.md +++ b/docs/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/README.md @@ -15,7 +15,7 @@ tag: cover: /blog/crowdfunding-feature-pinned-posts-in-groups--de--corrected.png coverAlt: "Unser erstes Crowdfunding!" title: "Unser erstes Crowdfunding! 🪄✨" -description: "Hilf mit deiner Spende, dass in naher Zukunft Beiträge in Gruppen angepinnt werden können." +description: "Hilf mit deiner Spende, dass Beiträge in Gruppen angepinnt werden können." --- Hilf mit deiner Spende, dass Beiträge in Gruppen angepinnt werden können. 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 3/3] 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,