Paladox has uploaded a new change for review.

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

Change subject: Add translatible name support
......................................................................

Add translatible name support

Change-Id: Ie2e8401e7e96be0d95a4b1c69ef737c2ff715e0b
---
M InterwikiIntegration.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 4 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InterwikiIntegration 
refs/changes/02/237402/1

diff --git a/InterwikiIntegration.php b/InterwikiIntegration.php
index 5949b17..364c0dd 100644
--- a/InterwikiIntegration.php
+++ b/InterwikiIntegration.php
@@ -26,7 +26,8 @@
 }
 $wgExtensionCredits['other'][] = array(
        'path' => __FILE__,
-       'name' => 'Interwiki Integration',
+       'name' => 'InterwikiIntegration',
+       'namemsg' => 'extensionname-interwikiintegration',
        'author' => 'Tisane',
        'url' => 
'https://www.mediawiki.org/wiki/Extension:InterwikiIntegration',
        'descriptionmsg' => 'integration-desc',
diff --git a/i18n/en.json b/i18n/en.json
index 001b4d9..a4ef23c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5,6 +5,7 @@
                        "Siebrand"
                ]
        },
+       "extensionname-interwikiintegration": "InterwikiIntegration",
        "integration-desc": "Comprehensive interwiki integration",
        "populateinterwikiintegrationtable": "Populate interwiki integration 
table",
        "populateinterwikiwatchlisttable": "Populate interwiki watchlist table",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 0c472ad..240afc4 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -4,6 +4,7 @@
                        "Siebrand"
                ]
        },
+       "extensionname-interwikiintegration": "{{optional}}",
        "integration-desc": 
"{{desc|what=extension|name=InterwikiIntegration|url=https://www.mediawiki.org/wiki/Extension:InterwikiIntegration}}";,
        "populateinterwikiintegrationtable": "Special page title, also used on 
Special:SpecialPages.",
        "populateinterwikiwatchlisttable": "Special page title, also used on 
Special:SpecialPages.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2e8401e7e96be0d95a4b1c69ef737c2ff715e0b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InterwikiIntegration
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