registration: Support 'namemsg'
Change-Id: I0f446b31c1d36a492997ef31fae6d2d2bea36517
This commit is contained in:
parent
77a813f21f
commit
16b44c4146
2 changed files with 5 additions and 0 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ class ExtensionProcessor implements Processor {
|
|||
*/
|
||||
protected static $creditsAttributes = array(
|
||||
'name',
|
||||
'namemsg',
|
||||
'author',
|
||||
'version',
|
||||
'url',
|
||||
|
|
|
|||
Loading…
Reference in a new issue