feat: add lightning address for donations

This commit is contained in:
Stefan Imhoff
2025-08-13 15:48:44 +02:00
parent 48a96fc361
commit 425060dafd
4 changed files with 11344 additions and 9527 deletions

20852
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -61,6 +61,7 @@ module.exports = {
headline: 'Spenden', headline: 'Spenden',
text: 'Dieses Buch ist kostenlos, werbefrei und hat mich im Laufe der Zeit viele hundert Stunden Arbeit gekostet.\n\nWenn es dir gefallen hat, freue ich mich über Lob und Anerkennung. Du kannst mich unterstützen, indem mir eine kleine Spende zukommen lässt.', text: 'Dieses Buch ist kostenlos, werbefrei und hat mich im Laufe der Zeit viele hundert Stunden Arbeit gekostet.\n\nWenn es dir gefallen hat, freue ich mich über Lob und Anerkennung. Du kannst mich unterstützen, indem mir eine kleine Spende zukommen lässt.',
paypal: 'Spenden mit PayPal', paypal: 'Spenden mit PayPal',
lightning: 'Spenden mit Lightning',
}, },
tech: { tech: {
headline: 'Technische Informationen', headline: 'Technische Informationen',

View File

@@ -60,7 +60,8 @@ module.exports = {
donation: { donation: {
headline: 'Donations', headline: 'Donations',
text: 'This book is free, ad-free and has cost me many hundreds of hours of work over time.\n\nIf you enjoyed it, I welcome praise and recognition. You can support me by making a small donation.', text: 'This book is free, ad-free and has cost me many hundreds of hours of work over time.\n\nIf you enjoyed it, I welcome praise and recognition. You can support me by making a small donation.',
paypal: 'Donate With PayPal', paypal: 'Donate with PayPal',
lightning: 'Donate with Lightning',
}, },
tech: { tech: {
headline: 'Technical Information', headline: 'Technical Information',

View File

@@ -29,5 +29,20 @@
</button> </button>
</a> </a>
</li> </li>
<li class="colophon-donation-list-item">
<a
data-umami-event="Lightning"
href="https://walletofsatoshi.com/"
rel="nofollow noopener noreferrer external"
target="_blank"
>
<button
class="colophon-dontation-button"
type="button"
>
⚡{{ i18n[locale].colophon.donation.lightning }} - kogakure@walletofsatoshi.com
</button>
</a>
</li>
</ul> </ul>
</div> </div>