Yes, but I already use symlinks for plugins and themes in my multisite config.
Looks like this :
sites
site_1
config
pages
plugins (symlink to user/plugins)
themes (symlink to user/themes)
site_2
config
pages
plugins (symlink to user/plugins)
themes (symlink to user/themes)
If I want multilang to work inside this config, I have to add the following folders :
sites
site_1
config
pages
plugins (symlink to user/plugins)
themes (symlink to user/themes)
fr.site1.local
en.site1.local
site_2
config
pages
plugins (symlink to user/plugins)
themes (symlink to user/themes)
fr.site2.local
en.site2.local
Using symlinks here would say have this kind of structure :
sites
site_1
config
pages
plugins (symlink to user/plugins)
themes (symlink to user/themes)
fr.site1.local
en.site1.local
fr.site_1.com (symlink to fr.site_1.local)
en.site_1.com (symlink to en.site_1.local)
...
I'm pretty sure it would works, but it's very confusing. And then, what if I have 10 sites with 10 different languages ?
Do you mind another solution ?
last edited 07/26/17 by Maxime