From d86d628d708c05fedf9fdd77acb1728a17506e92 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 7 Jan 2018 23:09:32 +0100 Subject: [PATCH] Provide description and add localisation files --- extension.json | 4 ++++ i18n/en.json | 3 +++ i18n/es.json | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 i18n/en.json create mode 100644 i18n/es.json diff --git a/extension.json b/extension.json index 3fe115c..258647f 100644 --- a/extension.json +++ b/extension.json @@ -4,6 +4,10 @@ "author": "Platonides", "version": "1.2", "license-name": "MIT", + "descriptionmsg": "paypal-wmes-desc", + "MessagesDirs": { + "Paypal-wmes": "i18n" + }, "AutoloadClasses": { "PaypalWMES": "Paypal-wmes_body.php" }, diff --git a/i18n/en.json b/i18n/en.json new file mode 100644 index 0000000..346de0a --- /dev/null +++ b/i18n/en.json @@ -0,0 +1,3 @@ +{ + "paypal-wmes-desc": "Provides a <paypal wm-es /> tag which inserts a button for donating to Wikimedia Spain through PayPal." +} \ No newline at end of file diff --git a/i18n/es.json b/i18n/es.json new file mode 100644 index 0000000..6ad08dd --- /dev/null +++ b/i18n/es.json @@ -0,0 +1,3 @@ +{ + "paypal-wmes-desc": "Proporciona una etiqueta <paypal wm-es /> que inserta un botón para donar a Wikimedia España usando PayPal." +} \ No newline at end of file -- 2.30.2