I’m trying to create a multilingual site with each page being a page bundle. My understanding is that for a page bundle, ‘index.md’ is meant to be written in the default language (in my case: English) and then there are additional Markdown files for other languages, e.g. ‘index.de.md’ for German.
However, in my experiments, it seems that the first ‘index*.md’ file in alphabetical order is used by default. I.e. ‘index.de.md’ is preferred over ‘index.md’ so the ‘default’ page is German. Is this by design, or did I maybe just misunderstand how this is meant to work?