I’m having trouble with spell checking in the browser application when setting the language to German using:
#set text(lang: "de")
No spelling errors are being detected at all.
However, when I set the language to English:
#set text(lang: "en")
the spell checker works as expected. I’ve tested this on Firefox, Chrome, and Edge, but the issue persists across all browsers.
Its also not workign with an minimal example as:
#set text(lang: "de", region: "de")
Finde den Fehlr.