Skip to content

Bugs in the new site interface

User Avatar
#137
Auto-translated
HwKeeper
Mооnst@r
HwKeeper
Mооnst@r

In the knowledge base.

Added support for hyphenation

image.webp

It doesn't always hyphenate by syllables for me, and the hyphen is sometimes missing.

This actually depends on the browser and its dictionaries. All we can do is set hyphens: auto, which has been done. From there, it will work differently in different browsers, and they don't guarantee the quality of hyphenation for different languages.

https://developer.mozilla.org/ru/docs/Web/CSS/Reference/Properties/hyphens

In German, it hyphenates by 1-4 letters (two long words), maybe in some other languages too, but in Russian it's fine now.

Of course, it's better to do it correctly than to cater to just one person.