Multilange in pure admin application requires cms feature

Just found out: multilanguage support is only possible with the cms feature activated.

But I have an admin only application, where I don’t need the cms stuff.

any idea to activate it for the admin? Haven’t found a switch.

This was set when we added dependencies to features; this may be a bit too strict.

Checking with Dom…

For now, try this, which removes the dependency:

settings.features.multilingual.dependsOn = [];

(but test it locally before deploying!)

As you have a site configured that will test this, can you apply the above and verify everything works as it should? We can then set this directly in a Preside fix…

This has been released in Release notes for 10.27.32