INNER CODE UNIT · JavaScript
Mediator
mozilla/firefox-translations · extension/view/popup/js/index.js:11
class Mediator {
constructor() {
this.translation = new Translation(this);
}
translate(message) {
const translationMessage = this.translation.constructTranslationMessage(
message.text,
message.type,
null,
null,
null,
message.toLanguage,
message.fromLanguage,
null,
false,
false,