From c35ea354aadbf8622ee02e8357fa5d2334836105 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 27 Feb 2025 12:55:05 +0200 Subject: [PATCH] firefox: enable language settings --- etc/firefox/policies/policies.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 7917af11..34e672cd 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -603,6 +603,18 @@ "Type": "string", "Value": "en-US, en" }, + "intl.multilingual.downloadEnabled": { + "Comment": "Allow downloading additional languages?", + "Status": "default", + "Type": "boolean", + "Value": true + }, + "intl.multilingual.enabled": { + "Comment": "Allow changing language from settings.", + "Status": "default", + "Type": "boolean", + "Value": true + }, "javascript.use_us_english_locale": { "Comment": "Preference not allowed for stability reasons. :(", "Status": "user",