I have a website with two languages e.g de and en. De is my default language with no path prefix. En, the second language, has /en/ as prefix in the url. Now when I switch to th
Another workaround instead of creating translations for every page is to create static routes. For example:
route: de/english-slug-of-page
type: uri
source: https://yoursite/english-slug-of-page.
Not very handy solution though. And it has the disadvantage that routing to the English pages will change the selected language (in the example from German to English).
The is still no fix for this issue in TYPO3 9.5.4.