jenkins-bot has submitted this change and it was merged.

Change subject: Expose license (GPL-2.0+) in $wgExtensionCredits
......................................................................


Expose license (GPL-2.0+) in $wgExtensionCredits

Change-Id: I2511bdd38e6cdc446dc7ccb3b6e1dbb9f6c27443
---
M Polyglot.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Daniel Kinzler: Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/Polyglot.php b/Polyglot.php
index ad3e13a..72546b7 100644
--- a/Polyglot.php
+++ b/Polyglot.php
@@ -28,6 +28,7 @@
        'author' => 'Daniel Kinzler',
        'url' => 'https://mediawiki.org/wiki/Extension:Polyglot',
        'descriptionmsg' => 'polyglot-desc',
+       'license-name' => 'GPL-2.0+',
 );
 
 $wgMessagesDirs['Polyglot'] = __DIR__ . '/i18n';
@@ -35,7 +36,7 @@
 
 /**
  * Set languages with polyglot support; applies to negotiation of interface 
language,
- * and to lookups for loclaized pages.
+ * and to lookups for localized pages.
  * Set this to a small set of languages that are likely to be used on your 
site to
  * improve performance. Leave NULL to allow all languages known to MediaWiki 
via
  * languages/Names.php.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2511bdd38e6cdc446dc7ccb3b6e1dbb9f6c27443
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Polyglot
Gerrit-Branch: master
Gerrit-Owner: Purodha <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to