Hi, is there a way to have a default content .md file being generated into multiple languages?
Let’s say I have following languages:
- en
- de
- fr
And in /site/content/contact I have
_index.en
And I want it to be generated into:
/de/contact
/fr/contact
without having to create seperate _index.de.md and _index.fr.md
Any ideas how to achieve that? I tried a workaroud of creating symbolic links for languages but it didn’t work.