From 69bc8392a887f93da4220d907af941da35f12fc1 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 18 Dec 2019 13:45:12 +0100 Subject: Fix for wrong intl.accept_lang when using non en-us langpack --- mozilla-1603112-accept-lang.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mozilla-1603112-accept-lang.patch diff --git a/mozilla-1603112-accept-lang.patch b/mozilla-1603112-accept-lang.patch new file mode 100644 index 0000000..b67b232 --- /dev/null +++ b/mozilla-1603112-accept-lang.patch @@ -0,0 +1,12 @@ +diff --git a/intl/strres/nsStringBundle.cpp b/intl/strres/nsStringBundle.cpp +--- a/intl/strres/nsStringBundle.cpp ++++ b/intl/strres/nsStringBundle.cpp +@@ -66,7 +66,6 @@ + "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", + -- cgit