[tor-commits] [builders/tor-browser-build] branch maint-11.5 updated: Bug 41413: make injected intl.locale.requested sticky

gitolite role git at cupani.torproject.org
Tue Nov 1 20:00:59 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch maint-11.5
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/maint-11.5 by this push:
     new ab33dec8 Bug 41413: make injected intl.locale.requested sticky
ab33dec8 is described below

commit ab33dec8266ccf2cfc6e431fc37fb1f0529acf60
Author: Dan Ballard <dan at mindstab.net>
AuthorDate: Mon Oct 31 12:38:24 2022 -0700

    Bug 41413: make injected intl.locale.requested sticky
---
 projects/tor-browser/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-browser/build b/projects/tor-browser/build
index 041e5f0d..691bac90 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -357,7 +357,7 @@ cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/
       mkdir -p defaults/preferences
       cp $rootdir/000-tor-browser.js defaults/preferences/
       # Set the locale of the bundle.
-      echo "pref(\"intl.locale.requested\", \"[% lang %]\");" >> defaults/preferences/000-tor-browser.js
+      echo "pref(\"intl.locale.requested\", \"[% lang %]\", sticky);" >> defaults/preferences/000-tor-browser.js
       [% c("touch") %] defaults/preferences/000-tor-browser.js
       zip -Xm omni.ja defaults/preferences/000-tor-browser.js
       rm -rf defaults

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list