From: Platonides Date: Sun, 7 Jan 2018 22:09:32 +0000 (+0100) Subject: Provide description and add localisation files X-Git-Url: http://gitweb.wikimedia.es/?a=commitdiff_plain;h=HEAD;p=mediawiki%2Fextensions%2FPaypal-wmes Provide description and add localisation files --- 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