tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 3a61285f7cc30fc2d5a5ece1b4fcd33d356e1442
parent 49a892dd01e58b8039e9815b861629a6afdb1794
Author: Eemeli Aro <eemeli@mozilla.com>
Date:   Thu, 30 Oct 2025 10:57:48 +0000

Bug 1760013 - Remove toolkit/locales/en-US/chrome/global/intl.properties. r=glandium,geckoview-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D267416

Diffstat:
Mmobile/android/locales/filter.py | 1-
Mmobile/android/locales/jar.mn | 1-
Mmobile/android/locales/l10n.toml | 4----
Mmobile/locales/filter.py | 1-
Dtoolkit/locales/en-US/chrome/global/intl.properties | 31-------------------------------
Mtoolkit/locales/jar.mn | 1-
6 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/mobile/android/locales/filter.py b/mobile/android/locales/filter.py @@ -19,7 +19,6 @@ def test(mod, path, entity=None): # keep this file list in sync with jar.mn if path in ( "chrome/global/commonDialogs.properties", - "chrome/global/intl.properties", "chrome/global/intl.css", "toolkit/branding/brandings.ftl", "toolkit/global/processTypes.ftl", diff --git a/mobile/android/locales/jar.mn b/mobile/android/locales/jar.mn @@ -23,7 +23,6 @@ # keep this file list in sync with l10n.toml and filter.py relativesrcdir toolkit/locales: locale/@AB_CD@/browser/overrides/commonDialogs.properties (%chrome/global/commonDialogs.properties) - locale/@AB_CD@/browser/overrides/intl.properties (%chrome/global/intl.properties) locale/@AB_CD@/browser/overrides/intl.css (%chrome/global/intl.css) # overrides for dom l10n, also for en-US diff --git a/mobile/android/locales/l10n.toml b/mobile/android/locales/l10n.toml @@ -154,10 +154,6 @@ exclude-multi-locale = [ l10n = "{l}toolkit/chrome/global/commonDialogs.properties" [[paths]] - reference = "toolkit/locales/en-US/chrome/global/intl.properties" - l10n = "{l}toolkit/chrome/global/intl.properties" - -[[paths]] reference = "toolkit/locales/en-US/chrome/global/intl.css" l10n = "{l}toolkit/chrome/global/intl.css" diff --git a/mobile/locales/filter.py b/mobile/locales/filter.py @@ -19,7 +19,6 @@ def test(mod, path, entity=None): # keep this file list in sync with jar.mn if path in ( "chrome/global/commonDialogs.properties", - "chrome/global/intl.properties", "chrome/global/intl.css", "toolkit/branding/brandings.ftl", "toolkit/global/processTypes.ftl", diff --git a/toolkit/locales/en-US/chrome/global/intl.properties b/toolkit/locales/en-US/chrome/global/intl.properties @@ -1,31 +0,0 @@ -# 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/. - -# LOCALIZATION NOTE (intl.accept_languages): -# This is a comma-separated list of valid BCP 47 language tags. -# -# Begin with the language tag of your locale. Next, include language -# tags for other languages that you expect most users of your locale to be -# able to speak, so that their browsing experience degrades gracefully if -# content is not available in their primary language. -# -# It is recommended that you include "en-US, en" at the end of the list as a -# last resort. However, if you know that users of your locale would prefer a -# different variety of English, or if they are not likely to understand -# English at all, you may opt to include a different English language tag, or -# to exclude English altogether. -# -# For example, the Breton [br] locale might consider including French and -# British English in their list, since those languages are commonly spoken in -# the same area as Breton: -# intl.accept_languages=br, fr-FR, fr, en-GB, en -intl.accept_languages=en-US, en - -# LOCALIZATION NOTE (font.language.group): -# This preference controls the initial setting of the language drop-down menu -# in the Fonts and Colors > Advanced preference panel. -# -# Set it to the value of one of the menuitems in the "selectLangs" menulist in -# http://searchfox.org/mozilla-central/source/browser/components/preferences/dialogs/fonts.xhtml -font.language.group=x-western diff --git a/toolkit/locales/jar.mn b/toolkit/locales/jar.mn @@ -26,7 +26,6 @@ locale/@AB_CD@/global/fallbackMenubar.properties (%chrome/global/fallbackMenubar.properties) locale/@AB_CD@/global/filepicker.properties (%chrome/global/filepicker.properties) locale/@AB_CD@/global/intl.css (%chrome/global/intl.css) - locale/@AB_CD@/global/intl.properties (%chrome/global/intl.properties) locale/@AB_CD@/global/keys.properties (%chrome/global/keys.properties) #ifndef MOZ_FENNEC locale/@AB_CD@/global/narrate.properties (%chrome/global/narrate.properties)