Plugin developers should have information about when to use `craft\helpers\Translation::prep()` and `translate()` over `Craft::t()`. Places that would be good to mention this: - [Static translations](https://craftcms.com/docs/4.x/sites.html#static-message-translations) - [Queue Jobs](https://craftcms.com/docs/4.x/extend/queue-jobs.html) - A new Announcements page (we currently only mention them in the [CP tour](https://craftcms.com/docs/4.x/control-panel.html#announcements), and ought to let plugin devs know how to take advantage of them)