From 9780c113c63ea693451959e161ae8b2173d379f1 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 10 Aug 2025 15:23:40 +0900 Subject: [PATCH] Add languages --- modules/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/firefox.nix b/modules/firefox.nix index b51d640..5959cd5 100644 --- a/modules/firefox.nix +++ b/modules/firefox.nix @@ -156,6 +156,10 @@ "sidebar.verticalTabs" = false; # Disable vertical tabs in sidebar "sidebar.visibility" = "hide"; # Ensure sidebar is hidden "browser.toolbarbuttons.introduced.sidebar-button" = false; # Prevent sidebar button introduction + + # Language and translation settings + "intl.accept_languages" = "en-US,en,zh-CN,zh-TW,zh-HK,zh"; # Accept English and all Chinese variants + "browser.translations.automaticallyPopup" = false; # Prevent automatic translation suggestions }; }; };