Skip to content

Commit

Permalink
Bug 1603112 Do not include intl.properties in shared bundles to apply…
Browse files Browse the repository at this point in the history
… changes from installed langpacks; r=kmag

When the intl.properties is in shared string bundles (ie. in shared memory) the
newly loaded langpacks the intl.properties is not reloaded. This leads for
example to wrong intl.accept_languages setting - en-US, en for any installed
langpack.

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

--HG--
extra : moz-landing-system : lando
  • Loading branch information
xhorak committed Dec 18, 2019
1 parent d79d5e6 commit 1c5b3d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intl/strres/nsStringBundle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ static const char kContentBundles[][52] = {
"chrome://global/locale/commonDialogs.properties",
"chrome://global/locale/css.properties",
"chrome://global/locale/dom/dom.properties",
"chrome://global/locale/intl.properties",
"chrome://global/locale/layout/HtmlForm.properties",
"chrome://global/locale/layout/htmlparser.properties",
"chrome://global/locale/layout_errors.properties",
Expand Down

0 comments on commit 1c5b3d7

Please sign in to comment.