2 pages with the same name, but different language

Is this possible? I’m trying to add a second /home page, but as I save the page, the page editor simply redirects me to the existing (english) version.

This is perfectly possible. You can call the files in the same folder as follows:

chapter.en.md
chapter.fr.md
etc

So, from a CLI standpoint, this seems straightforward, but what about the fact that the admin panel redirects to the already existing page when saving?

  1. Make sure that you have enabled both languages (e.g. en, fr) on the configuration page.
  2. Create a page in English and SAVE the page
  3. Edit/translate the page and use ‘SAVE in French’ in the right upper corner
1 Like

Thanks a lot. That did it.