Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.
Ulrich Germann edited this page Aug 17, 2020 · 8 revisions

Mozill Firefox with Bergamot Integration

  • go to about:config in the URL field
  • set browser.translation.ui.show to true
  • set browser.translation.detectLanguage and browser.translation.detectLanguage to true

Build Instructions

Follow these: https://firefox-source-docs.mozilla.org/setup/linux_build.html

Personally, I had to disable sandboxing when compiling, because of some access violation. This was done by adding ac_add_options --disable-sandbox to the compilation config.

I also had to change some size_t to std::size_t to make my newer compiler happy.

Clone this wiki locally