Provide description and add localisation files master
authorPlatonides <platonides@gmail.com>
Sun, 7 Jan 2018 22:09:32 +0000 (23:09 +0100)
committerPlatonides <platonides@gmail.com>
Sun, 7 Jan 2018 22:09:32 +0000 (23:09 +0100)
extension.json
i18n/en.json [new file with mode: 0644]
i18n/es.json [new file with mode: 0644]

index 3fe115cd68c7cb47306571e7aee8b5fd9e6da12c..258647f546c88003814dfee154104fea3bcebcfa 100644 (file)
@@ -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 (file)
index 0000000..346de0a
--- /dev/null
@@ -0,0 +1,3 @@
+{
+       "paypal-wmes-desc": "Provides a &lt;paypal wm-es /&gt; 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 (file)
index 0000000..6ad08dd
--- /dev/null
@@ -0,0 +1,3 @@
+{
+       "paypal-wmes-desc": "Proporciona una etiqueta &lt;paypal wm-es /&gt; que inserta un botón para donar a Wikimedia España usando PayPal."
+}
\ No newline at end of file