registration: Support 'namemsg'

Change-Id: I0f446b31c1d36a492997ef31fae6d2d2bea36517
This commit is contained in:
Kunal Mehta 2015-04-02 10:15:43 -07:00
parent 77a813f21f
commit 16b44c4146
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,10 @@
"description": "The extension's canonical name.",
"required": true
},
"namemsg": {
"type": "string",
"description": "i18n message key of the extension's name."
},
"type": {
"type": "string",
"description": "The extension's type, as an index to $wgExtensionCredits.",

View file

@ -54,6 +54,7 @@ class ExtensionProcessor implements Processor {
*/
protected static $creditsAttributes = array(
'name',
'namemsg',
'author',
'version',
'url',