thiemowmde created this task. thiemowmde added a subscriber: thiemowmde. thiemowmde added a project: Wikidata. Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTION We currently have 4 identical "Created a new item" messages. ``` "wikibase-item-summary-wbsetitem": "Created a new item", "wikibase-item-summary-wbcreate-new": "Created a new item", "wikibase-item-summary-wbeditentity": "Created a new item", "wikibase-item-summary-wbeditentity-create": "Created a new item", ``` But only two for properties: ``` "wikibase-property-summary-wbcreate-new": "Created a new property", "wikibase-property-summary-wbeditentity-create": "Created a new property", ``` Especially the `wbeditentity` message key is misleading. It caused T93853. It looks like it's supposed to be used as a fallback for unspecified edits but can't used as such. To do: * Find out where the messages are used. * Find out why the property messages are missing and if that's a problem. * Remove unused messages. * Possibly consolidate to a single message for each entity type. TASK DETAIL https://phabricator.wikimedia.org/T93867 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: thiemowmde Cc: thiemowmde, Aklapper, Wikidata-bugs, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
