A partial archive of https://discourse-mediawiki.wmflabs.org as of Saturday May 21, 2022.

Whether it is necessary to update authors property in composer.json

RazeSoldier

I plan add MediaWiki translators to authors property in composer.json.
The code like:

"authors": [
		{
			"name": "MediaWiki Developer Community",
			"homepage": "https://www.mediawiki.org/wiki/Special:Version/Credits",
			"role": "Developer"
		},
		{
			"name": "MediaWiki Translator Community",
			"homepage": "https://translatewiki.net/wiki/Translating:MediaWiki/Credits",
			 "role": "Translator"
		},
	],

I think, the translator is one of the important members of mediawiki-core project. Although the page link of the translator list at end of the developer list page, but it is not obvious.

Tgr

I’m not sure what the question is here :slight_smile:

RazeSoldier

Emm, you can see https://phabricator.wikimedia.org/T186695.

Tgr

Still not sure what the question is though.

RazeSoldier

Should mediawiki translator community be add to the ‘authors’ property? But Legoktm has already told me the answer.