2011-11-09 13:04:11 +01:00
|
|
|
From: Wolfgang Rosenauer <wr@rosenauer.org>
|
|
|
|
Subject: use system locale if available
|
|
|
|
This setting used to live in the branding-openSUSE package but this is causing too much
|
|
|
|
confusion and therefore is currently the only setting we switch in the unbranded
|
|
|
|
package unconditionally.
|
|
|
|
|
|
|
|
# HG changeset patch
|
2014-03-18 20:44:32 +01:00
|
|
|
# Parent bf7f0353aa8e00b1deaa05b7cb84bb7ea4c9ce8f
|
|
|
|
|
2011-11-09 13:04:11 +01:00
|
|
|
diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js
|
|
|
|
--- a/modules/libpref/src/init/all.js
|
|
|
|
+++ b/modules/libpref/src/init/all.js
|
2014-03-18 20:44:32 +01:00
|
|
|
@@ -1554,17 +1554,17 @@ pref("intl.charsetmenu.browser.more5",
|
2011-11-09 13:04:11 +01:00
|
|
|
pref("intl.charsetmenu.mailedit", "chrome://global/locale/intl.properties");
|
|
|
|
pref("intl.charsetmenu.browser.cache", "");
|
|
|
|
pref("intl.charsetmenu.mailview.cache", "");
|
|
|
|
pref("intl.charsetmenu.composer.cache", "");
|
|
|
|
pref("intl.charsetmenu.browser.cache.size", 5);
|
|
|
|
pref("intl.charset.detector", "chrome://global/locale/intl.properties");
|
2014-03-18 20:44:32 +01:00
|
|
|
pref("intl.charset.fallback.override", "");
|
2011-11-09 13:04:11 +01:00
|
|
|
pref("intl.ellipsis", "chrome://global-platform/locale/intl.properties");
|
|
|
|
-pref("intl.locale.matchOS", false);
|
|
|
|
+pref("intl.locale.matchOS", true);
|
|
|
|
// fallback charset list for Unicode conversion (converting from Unicode)
|
|
|
|
// currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
|
|
|
|
// for ISO-8859-1
|
|
|
|
pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
|
|
|
|
pref("font.language.group", "chrome://global/locale/intl.properties");
|
|
|
|
|
|
|
|
// these locales have right-to-left UI
|
|
|
|
pref("intl.uidirection.ar", "rtl");
|