Closed witoldwegner closed 2 years ago
Hi
You tell Hyphenopoly to hyphenate the element <div class="container">
, it then tries to identify the language of this element. But there's no language set, not on that element, nor on its parents. So Hyphenopoly resorts to the defaultLanguage.
You could either set the defaultLanguage
to "de"
or put the lang-tag in the <div class="container">
.
I hope this helps?
Kind regards, Mathias
Thanks, this absolutely makes sense, I didn’t see this. And thank you also for the quick support, very much appreciated!
Hi,
I made a little test where I only included de.wasm and I also only put de.wasm in the patterns folder. Nevertheless it seems to work, Chrome throws this error/warning:
My code:
Directory-Tree: