зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1787442 - Enable hyphenation of capitalized words by default in Finnish. r=layout-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D194098
This commit is contained in:
Родитель
be09ceb0c1
Коммит
9dcc6c9759
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="width:1em; hyphens:manual;" lang="fi">
|
||||
Kaikki ih­mi­set syn­ty­vät va­pai­na ja ta­sa­ver­tai­si­na ar­vol­taan ja oi­keuk­sil­taan.
|
||||
Kaik­ki ih­mi­set syn­ty­vät va­pai­na ja ta­sa­ver­tai­si­na ar­vol­taan ja oi­keuk­sil­taan.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1669,10 +1669,12 @@ pref("intl.hyphenation-alias.no-*", "nb");
|
|||
pref("intl.hyphenation-alias.nb-*", "nb");
|
||||
pref("intl.hyphenation-alias.nn-*", "nn");
|
||||
|
||||
// In German, we allow hyphenation of capitalized words; otherwise not.
|
||||
// In German and Finnish, we allow hyphenation of capitalized words; otherwise not.
|
||||
// (Should this be extended to other languages? Should the default be changed?)
|
||||
pref("intl.hyphenate-capitalized.de-1996", true);
|
||||
pref("intl.hyphenate-capitalized.de-1901", true);
|
||||
pref("intl.hyphenate-capitalized.de-CH", true);
|
||||
pref("intl.hyphenate-capitalized.fi", true);
|
||||
|
||||
// All prefs of default font should be "auto".
|
||||
pref("font.name.serif.ar", "");
|
||||
|
|
Загрузка…
Ссылка в новой задаче