Jdlrobson has submitted this change and it was merged.

Change subject: Consistency tweaks in preparation for adding extension to 
translatewiki.net
......................................................................


Consistency tweaks in preparation for adding extension to translatewiki.net

* Add extension credits array
* Add extension description message

Change-Id: I4ea880fc321b497d191b79f1968a1607699dbbdd
---
M VectorBeta.i18n.php
M VectorBeta.php
2 files changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Jdlrobson: Verified; Looks good to me, approved



diff --git a/VectorBeta.i18n.php b/VectorBeta.i18n.php
index 37c7969..ea5563c 100644
--- a/VectorBeta.i18n.php
+++ b/VectorBeta.i18n.php
@@ -26,6 +26,7 @@
  */
 $messages['en'] = array(
        'vector-beta-feature-typography-message' => 'Typography refresh',
+       'vectorbeta-desc' => 'Typography refresh of the Vector skin using 
BetaFeatures',
        'vector-beta-feature-typography-description' => 'Updates typography of 
the Vector skin to improve readability, accessibility and consistency.',
 );
 
@@ -35,4 +36,6 @@
 $messages['qqq'] = array(
        'vector-beta-feature-typography-message' => 'Name shown in user 
preferences for Vector typography beta feature experiment.',
        'vector-beta-feature-typography-description' => 'Brief explanation of 
typography beta feature experiment.',
+       'vectorbeta-desc' => '{{desc|name=Vector 
Beta|url=https://www.mediawiki.org/wiki/Extension:VectorBeta}}',
+       'vector-beta-feature-typography-description' => 'Brief explanation of 
Vector typography beta feature experiment which updates/refreshes Vectors 
existing typography for first time since its launch.',
 );
diff --git a/VectorBeta.php b/VectorBeta.php
index 0cafef5..870f615 100644
--- a/VectorBeta.php
+++ b/VectorBeta.php
@@ -19,6 +19,14 @@
  * @ingroup extensions
  */
 
+$wgExtensionCredits['other'][] = array(
+       'author' => array( 'Jon Robson', 'Trevor Parscal' ),
+       'descriptionmsg' => 'vectorbeta-desc',
+       'name' => 'VectorBeta',
+       'path' => __FILE__,
+       'url' => 'https://www.mediawiki.org/wiki/Extension:VectorBeta',
+);
+
 $wgAutoloadClasses['VectorBetaHooks'] = __DIR__ . '/VectorBeta.hooks.php';
 
 $wgExtensionMessagesFiles['VectorBeta'] = __DIR__ . '/VectorBeta.i18n.php';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4ea880fc321b497d191b79f1968a1607699dbbdd
Gerrit-PatchSet: 6
Gerrit-Project: mediawiki/extensions/VectorBeta
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Trevor Parscal <[email protected]>

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

Reply via email to