emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61495: closed ([PATCH] settings: Set intl.locale.requested to the em


From: GNU bug Tracking System
Subject: bug#61495: closed ([PATCH] settings: Set intl.locale.requested to the empty string.)
Date: Tue, 14 Feb 2023 20:42:02 +0000

Your message dated Tue, 14 Feb 2023 15:40:02 -0500
with message-id <87v8k4nfpe.fsf@netris.org>
and subject line Re: bug#61495: [PATCH v2] settings: Set intl.locale.requested 
to the empty string.
has caused the debbugs.gnu.org bug report #61495,
regarding [PATCH] settings: Set intl.locale.requested to the empty string.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61495: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61495
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] settings: Set intl.locale.requested to the empty string. Date: Mon, 13 Feb 2023 16:52:31 -0500
This causes IceCat to honor the locale used by the system.

* data/settings.js: Replace the obsolete "intl.locale.matchOS"
option with "intl.locale.requested", set to the empty string.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---

 data/settings.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/data/settings.js b/data/settings.js
index 0fe5956..0bb2af1 100644
--- a/data/settings.js
+++ b/data/settings.js
@@ -30,8 +30,10 @@ pref("privacy.firstparty.isolate", true);
 
 // Extensions cannot be updated without permission
 pref("extensions.update.enabled", false);
-// Use LANG environment variable to choose locale
-pref("intl.locale.matchOS", true);
+
+// Set the default locale to that of the operating system.
+pref("intl.locale.requested", "")
+
 // Allow unsigned langpacks
 pref("extensions.langpacks.signatures.required", false);
 // Disable default browser checking.

base-commit: b6260130b9808f550bdb35061af2d7962109a181
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#61495: [PATCH v2] settings: Set intl.locale.requested to the empty string. Date: Tue, 14 Feb 2023 15:40:02 -0500
Hi Maxim,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> This causes IceCat to honor the locale used by the system.
>
> * data/settings.js: Replace the obsolete "intl.locale.matchOS"
> option with "intl.locale.requested", set to the empty string.

Applied to 'master' as commit f9cb9795f7ed0e983166a28a353022a5e3ca88b3.
I'm closing this ticket now.

     Thank you!
        Mark


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]