From f77c36b4cd79f9eef4e511400108cfc2ba735d85 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Wed, 6 Aug 2025 08:24:36 -0500 Subject: VimFX: Disable translation prompts for languages I'm familiar with --- common/.vimfx/config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/.vimfx') diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js index cb9417d..3af93ce 100644 --- a/common/.vimfx/config.js +++ b/common/.vimfx/config.js @@ -377,6 +377,8 @@ const prefs = { "extensions.formautofill.addresses.enabled": false, "extensions.formautofill.creditCards.enabled": false, "signon.formlessCapture.enabled": false, + // ** I know some languages other than English, y'know + "browser.translations.neverTranslateLanguages": "it,grc,la,jp", // ** No thanks, I don't care "browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons": false, "browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features": false, -- cgit v1.2.3