Update the default URL for both label and description in the creation summaries for Wikibase items and properties.
Acceptance Criteria:
- The empty links should by default link to:
- label > https://www.wikidata.org/wiki/Help:Label
- description > https://www.wikidata.org/wiki/Help:Description
Based on findings from T312512, we should be able to update the i18n values directly in Wikibase since the relevant keys are overwritten by Wikidata anyway:
- wikibase-newitem-summary: https://www.wikidata.org/wiki/MediaWiki:Wikibase-newitem-summary
- wikibase-newproperty-summary: https://www.wikidata.org/wiki/MediaWiki:Wikibase-newproperty-summary
Approach:
- Update copy in wikibase/repo/i18n/en.json
- Backport changes for Wikibase Cloud
- mediawiki/extensions/Wikibase/+/940955 | Update links in item and property creation summaries
- wbstack/mediawiki/pull/370 | Update links in Wikibase item and property creation summaries
- wbstack/mediawiki/pull/371 | Release image version 1.39-7.4-20230725-0
- wmde/wbaas-deploy/pull/1013 | feat(mediawiki): update Wikibase links in creation summaries on staging
- wmde/wbaas-deploy/pull/1014 | feat(mediawiki): update Wikibase links in creation summaries on production
- Wait for translations to propagate
- Backport translations for Wikibase Cloud