summaryrefslogtreecommitdiffstats
path: root/debian/local
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:52:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:52:10 +0000
commit5fcf830d3e17b21d1309a3911bffb3788d965edd (patch)
tree468782a516fa98c7280960344ca9a84a4985807e /debian/local
parentuser.js: Setting startup to restore previous session. (diff)
downloadfirefox-5fcf830d3e17b21d1309a3911bffb3788d965edd.tar.xz
firefox-5fcf830d3e17b21d1309a3911bffb3788d965edd.zip
user.js: Reverting to default locale handling.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r--debian/local/pref/user.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 0230b727e8..e7cb038f6c 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -168,15 +168,6 @@ user_pref("browser.region.update.enabled", false); // [[FF79+]
* [NOTE] May not be hidden if Firefox has changed your settings due to your region (see 0207) ***/
// user_pref("browser.search.region", "US"); // [HIDDEN PREF]
-/** LANGUAGE / LOCALE ***/
-/* 0210: set preferred language for displaying web pages
- * [TEST] https://addons.mozilla.org/about ***/
-user_pref("intl.accept_languages", "en-US, en");
-/* 0211: enforce US English locale regardless of the system locale
- * [SETUP-WEB] May break some input methods e.g xim/ibus for CJK languages [1]
- * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=867501,1629630 ***/
-user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
-
/*** [SECTION 0300]: QUIET FOX
We only disable the auto-INSTALL of Firefox (app) updates. You still get prompts to update,
and it only takes one click. We highly discourage disabling auto-CHECKING for updates.