-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
German articles available in English site language and vice versa #238
Comments
Mhhh. Configuration looks good to me. I need to test this in a locale instance -- which might take some time as I'm in the progress of switching over to Docker instead of VirtualBox VMs. Might be a core issues as well. Are you able to test if another extension, for example EXT:news works? Testing if this works in TYPO3 10.x would be interesting as well. I did some quick test with a 9.5 TYPO3 instance and EXT:news which has the same issue. Looks like a core issue to me. |
any news on that ? we got the same problem - we even get rendered german article titles on english page-titles in a language dropdown, where there is no translation of a blog article available |
@fgerards No, but I'm about to test this again for TYPO3 11. Did you find a way to fix this? How is your language menu built? |
This routing localization behavior is a problem for simple pages too (at least in TYPO3 11.5.8) so this seems related to core issues. |
Hey @fnagel thank you very much for your research on this topic. Have a great day! 👋 |
Hi @fnagel !
Our setup is like this:
So, articles that are available in German can be accessed using the same path like the english articles, while exchanging the article slug like
/en/customizations/news/das-ist-mein-deutscher-artikel
. The website will have the English translations but the German article.Same for the English articles, where the url has the German path with the english slug like
/anpassungen/neuigkeiten/this-is-my-english-article
.There are no articles in French, so that is not a problem.
We've set the correct language for all articles in the backend. In the frontend I only get the articles from the chosen language in the listings/overview. That works fine. But there are sometimes links that are being generated that link to that strange mix of site language and article language being different (google shows quite a few of them) and you can also easily access them by putting the changed slug into the address bar of your browser.
My site config:
I'm a little bit out of luck with finding the error here. If I can provide any further information, I'm happy to do so.
Thank you very much Felix!
Best wishes
Tom
The text was updated successfully, but these errors were encountered: