I’d like to remove the implementation of a multi-language site and fall back to the english content as a default. Is this somehow easily possible?
changing 'languages' => false
inside the config file doesn’t do it, removing the site/languages
folder results in an empty page in the frontend… I guess I’d have to remove the different filenames for i.e site.en.txt
and site.de.txt
to revert everything to its original state, but is there a way to automate this for all existing content?