mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-23 18:02:56 +00:00
12 lines
595 B
Diff
12 lines
595 B
Diff
--- ./browser/app/profile/firefox.js.lang 2011-06-28 16:49:38.657881620 -0300
|
|
+++ ./browser/app/profile/firefox.js 2011-06-28 16:52:35.979709761 -0300
|
|
@@ -430,6 +430,9 @@ pref("general.warnOnAboutConfig",
|
|
pref("dom.max_script_run_time", 20);
|
|
#endif
|
|
|
|
+// Use system environment variable to choose locale
|
|
+pref("intl.locale.matchOS", true);
|
|
+
|
|
// This is the pref to control the location bar, change this to true to
|
|
// force this - this makes the origin of popup windows more obvious to avoid
|
|
// spoofing. We would rather not do it by default because it affects UE for web
|