Is it possible to link multi-language posts with each other?
If I understand correctly, using the dynamic routing approach, posts can be tagged for a specific language and that alters the URL so we can publish blog with posts for each language.
However, imagine I have the same article, but translated in multiple languages, e.g.
Post about X (in DE)
Post about X (in EN)
Post about X (in FR)
…
How do I tell Ghost these posts are about the same subject but just localized in different languages? is that part of this multi-language feature support? that would allow for a language picker to be displayed in the theme and for users visiting the blog post to be able and switch content to their language of choice (post could be linked in the admin console as well).
Ha! Using hreflang is a good and proper idea for this. The code injection and JS on top is a bit less easy to implement quickly but could indeed work in the interim
I am very glad to know you are thinking about this, it would be nice to have it in the admin UI, your 2.0 announcement included a small graphic that made me think about this feature:
Maybe in the future this could be a setting in the Admin UI where you can choose different language for the same post.
I tried out a lot of different versions: removing the - filter, removing the index… can’t find anything that would work. I wonder could it be a permission problem anywhere on my server? thanks for helping me! :)
i tested out FF, Chromium and Chrome… running on Linux Ubuntu 18.04. was thinking maybe there’s a spacing problem on the file or so? Would you have a working routes.yml for me?