From 39100a8d9cfc3b622b1089969003fe3bf95e6ae5 Mon Sep 17 00:00:00 2001 From: asac Date: Mon, 12 Mar 2007 17:03:03 +0100 Subject: [PATCH] locale-my-matchOS * use matchOS setting to make firefox autodetect locale from system settings --- browser/app/profile/firefox.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 69d5354..f44bc93 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -338,6 +338,9 @@ pref("font.language.group", "chrome://global/locale/intl.properties"); pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties"); pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties"); +// Use LANG environment variable to choose locale +pref("intl.locale.matchOS", true); + // 0=lines, 1=pages, 2=history , 3=text size #ifdef XP_MACOSX // On OS X, if the wheel has one axis only, shift+wheel comes through as a -- 1.4.4.4