Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/265836

Change subject: Fix jenkins tests
......................................................................

Fix jenkins tests

Also add translatible name.

And also add a i18n description.

Change-Id: I7a545f6f4d6845d4ff38b3ed6280b8db4eefc870
---
M composer.json
M extension.json
M i18n/en.json
M i18n/qqq.json
4 files changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OpenLayers 
refs/changes/36/265836/1

diff --git a/composer.json b/composer.json
index 0e140e7..7500faa 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
                        "homepage": "http://yaronkoren.com/";
                },
                {
-                       "name": "Paladox",
+                       "name": "Paladox"
                }
        ],
        "require-dev": {
diff --git a/extension.json b/extension.json
index 79e938c..959a9ee 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,7 @@
 {
-       "@Note": "When updating this file please also update SemanticForms.php 
with the same changes.",
+       "@Note": "When updating this file please also update OpenLayers.php 
with the same changes.",
        "name": "OpenLayers",
+       "namemsg": "openlayers-extensionname",
        "version": "1.0.0",
        "author": [
                "Yaron Koren",
diff --git a/i18n/en.json b/i18n/en.json
index 04a630e..db3da5b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5,5 +5,6 @@
                        "Paladox"
                ]
        },
-       "semanticforms-desc": ""
+       "openlayers-extensionname": "OpenLayers",
+       "openlayers-desc": "This extension is fore adding the OpenLayers 
modules to other extensions."
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 0dbd6d6..8d9189b 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -4,5 +4,6 @@
                        "Paladox"
                ]
        },
+       "openlayers-extensionname": "{{optional}}",
        "openlayers-desc": 
"{{desc|name=OpenLayers|url=https://www.mediawiki.org/wiki/Extension:OpenLayers}}";
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/265836
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a545f6f4d6845d4ff38b3ed6280b8db4eefc870
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OpenLayers
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to