merge in master
This commit is contained in:
commit
a5e34cd9ab
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
Accept donations in Discourse! Integrates with [Stripe](https://stripe.com).
|
Accept donations in Discourse! Integrates with [Stripe](https://stripe.com).
|
||||||
|
|
||||||
|
Note: Stripe requires HTTPS.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157
|
* Follow the install instructions here: https://meta.discourse.org/t/install-a-plugin/19157
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
it:
|
||||||
|
js:
|
||||||
|
discourse_donations:
|
||||||
|
title: Donazione
|
||||||
|
nav_item: Donazione
|
||||||
|
amount: Importo
|
||||||
|
card: Carta di credito o debito
|
||||||
|
submit: Effettua il pagamento
|
||||||
|
messages:
|
||||||
|
success: Grazie per la tua donazione!
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
it:
|
||||||
|
site_settings:
|
||||||
|
discourse_donations_enabled: Abilita il plugin per le donazioni.
|
||||||
|
discourse_donations_secret_key: Stripe Secret Key
|
||||||
|
discourse_donations_public_key: Stripe Public Key
|
||||||
|
discourse_donations_currency: Codice Valuta
|
||||||
|
discourse_donations_hide_zip_code: Nascondi C.A.P.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# name: discourse-donations
|
# name: discourse-donations
|
||||||
# about: Integrating Discourse with Stripe for donations
|
# about: Integrating Discourse with Stripe for donations
|
||||||
# version: 1.7.1
|
# version: 1.7.2
|
||||||
# url: https://github.com/choiceaustralia/discourse-donations
|
# url: https://github.com/choiceaustralia/discourse-donations
|
||||||
# authors: Rimian Perkins
|
# authors: Rimian Perkins
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue