mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1831963 - Enable the translations feature in Nightly and Early Beta; r=marco,nordzilla
Differential Revision: https://phabricator.services.mozilla.com/D178461
This commit is contained in:
parent
84060cdf04
commit
bb0d1bde9d
@ -3768,13 +3768,17 @@ pref("browser.storageManager.pressureNotification.usageThresholdGB", 5);
|
||||
|
||||
pref("browser.sanitizer.loglevel", "Warn");
|
||||
|
||||
// Enable Firefox translations based on Bergamot[1]. This project is in-development and
|
||||
// an effort to integrate the Firefox Translations[2] project direcly into Gecko.
|
||||
// Enable Firefox translations powered by the Bergamot translations engine[1].
|
||||
// See Bug 971044.
|
||||
//
|
||||
// [1]: https://browser.mt/
|
||||
// [2]: https://github.com/mozilla/firefox-translations
|
||||
#ifdef EARLY_BETA_OR_EARLIER
|
||||
pref("browser.translations.enable", true);
|
||||
#else
|
||||
pref("browser.translations.enable", false);
|
||||
#endif
|
||||
|
||||
// Set to "All" to see all logs, which are useful for debugging. Set to "Info" to see
|
||||
// the application logic logs, and not all of the translated messages, which can be
|
||||
// slow and overwhelming.
|
||||
|
Loading…
Reference in New Issue
Block a user