[tor-commits] [tor-browser-build/master] Bug 26186: Replace usage of `intl.locale.matchOS` in tor-browser's build script
gk at torproject.org
gk at torproject.org
Sat Jun 23 10:07:34 UTC 2018
commit 6da864eb71aa8271b7699023eba373a43a0eeccd
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Fri Jun 22 11:11:09 2018 -0400
Bug 26186: Replace usage of `intl.locale.matchOS` in tor-browser's build script
`intl.locale.matchOS` has been deprecated and the new preference is
`intl.locale.requested`, which is set by commit 473342eefe. See bug
26073 for more information.
---
projects/tor-browser/build | 1 -
1 file changed, 1 deletion(-)
diff --git a/projects/tor-browser/build b/projects/tor-browser/build
index f3ed949..cca23c0 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -146,7 +146,6 @@ cat Bundle-Data/PTConfigs/meek-http-helper-user.js >> "$TBDIR/$MEEKPROFILEPATH/u
[% IF ! c("var/multi_lingual") %]
echo 'pref("extensions.torlauncher.prompt_for_locale", false);' >> "$EXTOVERRIDESPATH"
- echo 'pref("intl.locale.matchOS", false);' >> "$EXTOVERRIDESPATH"
[% END %]
[% IF c("var/linux") %]
More information about the tor-commits
mailing list