diff --git a/README.md b/README.md index 389dffd..dd02126 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com). +## Installation + +* Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157 +* Set the private and public keys in the plugin settings. + ## Configuration Visit `/admin/plugins` and configure your private and public keys. diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 79ea61b..4a65378 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -4,5 +4,4 @@ en: title: Spenden amount: Betrag card: Kreditkarte oder Bankkarte - success: Bezahlung erfolgreich ! submit: Spende bezahlen diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 23708ec..4d3bdf9 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -4,5 +4,4 @@ en: title: Donate amount: Amount card: Credit or debit card - success: Payment Successful! submit: Make Payment