firefox-esr68/firefox-lang.patch
2012-02-01 14:23:54 +04:00

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