I can display the full name of a month using display("[month repr:long]") which gives me e.g. October.
This is also the case when the document language is set to another language with a #set text(lang: "de").
The desired result is that this does not returns October but instead Oktober which is the German spelling ot the month.
Is there a way to get the display method to display the month in another language?
Looking at the documentation for text.lang, it says it should affect “all other things which are language-aware”.
However, there seems to be an open issue for formatting dates (or at least months) locally, #2840, but it looks like it’s blocked because of the Rust time crate.
The icu-datetime package seems to add this functionality though, but it displays the full date, as opposed to just a month: