Same content for multiple languages

Hello,

I have a website with two languages, where the blog posts are only available in one language and some press releases are only available in another, is there any way for me to show the same blog posts and press releases for both of the languages?
Right now I have to make a copy of the markdown file and have the file ending .sv.md for them.

So for example I want /blog to show the same posts as /sv/blog.

Thanks!

There is an open issue about it on GitHub.

A simpler alternative to making a copy would be to create a symbolic link.

Ah, alright, thanks!
Creating a symbolic link still requires me to do an action after each post though, right?

Any news? How I can generate same content for /en/… /de/… etc…?