зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1841117
- Remove unused intl.uidirection pref r=gregp,sylvestre
It was still in `about:config` and referenced in some docs after mostly being removed in Bug 1676137. Differential Revision: https://phabricator.services.mozilla.com/D182748
This commit is contained in:
Родитель
bc6660ab7f
Коммит
513aff8119
|
@ -259,12 +259,6 @@ Text Direction
|
|||
Values <https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties>`__
|
||||
for more information.
|
||||
|
||||
Testing
|
||||
~~~~~~~
|
||||
|
||||
To test for RTL layouts, you can go to ``about:config`` and set
|
||||
``intl.uidirection`` to ``-1``.
|
||||
|
||||
Writing cross-platform CSS
|
||||
--------------------------
|
||||
|
||||
|
|
|
@ -1591,8 +1591,6 @@ pref("intl.regional_prefs.use_os_locales", false);
|
|||
pref("font.language.group", "chrome://global/locale/intl.properties");
|
||||
pref("font.cjk_pref_fallback_order", "zh-cn,zh-hk,zh-tw,ja,ko");
|
||||
|
||||
pref("intl.uidirection", -1); // -1 to set from locale; 0 for LTR; 1 for RTL
|
||||
|
||||
// This pref controls pseudolocales for testing localization.
|
||||
// See https://firefox-source-docs.mozilla.org/l10n/fluent/tutorial.html#manually-testing-ui-with-pseudolocalization
|
||||
pref("intl.l10n.pseudo", "");
|
||||
|
|
Загрузка…
Ссылка в новой задаче