Hey Ghost Community,
I have read of few threads here and there about, multi-language Ghost, multiple instances of Ghost on the same server or one Ghost with multiple frontend, but I am not sure which way to go for my project.
I also went through the tutorials and documentation.
Ideally, I would like to use Ghost for backend and frontend.
My project is to have a site supporting 2 languages, both for content and structure (Theme).
I know using routes and private tags it is possible to achieve that with /{slug} or /de/{slug} but the theme stays in the default language whether you are on en or de. And yes the theme is translatable with {{t Markups}} and languages files.
The schema of the site is:
- domain[.]com (Default site in English)
- domain[.]com/de/ (Content in another language, like German for example)
I want the theme to be in German on the /de/ path and in English for the default one.
I want to have only one user and member database as well. So if someone registers on the default site he can log in on the German one.
I do not necessarily mind having 2 admin panels to write the articles, but if I can use only one itβs ok as well. And writers registered on the English one should be able to log on the German one as well.
So which way should I go?
Thank you for your help