diff options
Diffstat (limited to 'browser/locales/en-US/firefox-l10n.js')
-rw-r--r-- | browser/locales/en-US/firefox-l10n.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/browser/locales/en-US/firefox-l10n.js b/browser/locales/en-US/firefox-l10n.js new file mode 100644 index 000000000..c1e5510f3 --- /dev/null +++ b/browser/locales/en-US/firefox-l10n.js @@ -0,0 +1,11 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#filter substitution + +# LOCALIZATION NOTE: this preference is set to true for en-US specifically, +# locales without this line have the setting set to false by default. +pref("browser.search.geoSpecificDefaults", true); + +pref("general.useragent.locale", "@AB_CD@"); |