I’m curious how this website implements multilingual support using a subdirectory structure in Ghost. Is there a way to implement something similar?
First guess: Some sort of proxy with a rewrite - WeGlot does this, and there are others.
Alternate guess (but I don’t think I’m right here) - use tags for language, and routing to put posts on the right path – but I don’t think that’s going on here, because it looks like they’re the same slugs, too. Ghost doesn’t support that – two posts cannot have the same slug.
This article has some of the options and my thinking on multilingual sites.
2 Likes
Thanks a lot, Cathy! I’m considering migrating from WordPress to Ghost, but I’m still trying to figure out how to implement a subdirectory structure for a multilingual site in Ghost

