Global Jed object will be removed from 1.23

Hi everyone,

Jed moved to webpack a year ago and global use of it deprecated (window.Jed / window.i18n) few versions ago.
Please use tfm.i18n.sprintf for sprintf or tfm.i18n.jed for a direct access.
Keep in mind that __() or n__() are still valid.

Thanks for heads up, which version will drop the old use?

I’m guessing 1.23: