Implement custom i18n system

Creates a i18n system that uses window.postMessage to communicate between the on-page content script and another content script, i18n.js, which unlike the first one, runs in the "isolated" environment and has access to chrome specific APIs and the translation files.

Bug: T373584

Closes T373584

Merge request reports

Loading