This is an automated email from the git hooks/post-receive script.
pierov 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 89a99e58 fixup! Bug 41413: make injected intl.locale.requested sticky 89a99e58 is described below
commit 89a99e58fc5002cc43651fb7ecb6338683ca52eb Author: Dan Ballard dan@mindstab.net AuthorDate: Mon Nov 7 09:13:46 2022 -0800
fixup! Bug 41413: make injected intl.locale.requested sticky
Bug 41413: add sticky to intl.locale.requested --- 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 691bac90..e639ae30 100644 --- a/projects/tor-browser/build +++ b/projects/tor-browser/build @@ -184,7 +184,7 @@ cp defaults/preferences/000-tor-browser.js $rootdir rm -rf chrome [% END %] # Set the locale of the bundle. -echo "pref("intl.locale.requested", "en-US");" >> defaults/preferences/000-tor-browser.js +echo "pref("intl.locale.requested", "en-US", 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