Skip to content

Implement custom i18n system

Jdrewniak requested to merge T373584-i18n-system into main

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