mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
Merge pull request #251 from Ocelot-Social-Community/250-fix-de-and-en-notices-links-to-post
This commit is contained in:
commit
ef889d701c
@ -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,14 +198,40 @@ 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
|
||||
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,
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user