Hi, I am new here and need some help with "i18n" and "Content Collections".
First of all, I would like to say that although I have been using Astro for a very short time, I am absolutely thrilled with it.
But now to my question. I have created a website (https://www.happily-lost-in-prague.com) for my YouTube channel and I am using Collections in two languages. Everything works as it should.
All Collections data are in MDX files. For readability, I use my own SLUGS.
And here the question, is it possible to use the same slug for the different languages. So that the path does
not <domain>/en/castle-en and <domain>/cs/castle-cs
but <domain>/en/castle and <domain>/cs/castle?
Is it possible to set the SLUG to look at the path (the language)?
Thanks a lot.