From e8a3ecff0ceb8625a1150230d06ce8ccf1ee55bc Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 May 2024 09:27:32 +0300 Subject: [PATCH] firefox: stop offering to translate English [and Finnish] by default Otherwise it's not intelligent enough to understand that accepted language en also means en-US --- etc/firefox/policies/policies.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 7039701d..a392e471 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -307,6 +307,16 @@ "Type": "boolean", "Value": false }, + "browser.translation.neverForLanguages": { + "Status": "default", + "Type": "string", + "Value": "en, fi" + }, + "browser.translations.neverTranslateLanguages": { + "Status": "default", + "Type": "string", + "Value": "en, fi" + }, "cookiebanners.bannerClicking.enabled": { "Comment": "Preference not allowed for stability reasons. :(", "Status": "locked",