Back to topic list

Multilingual support

Enduro comes with multilingual support built-in and easy to set up. Just run $ enduro culture add en de and you can add translations

After you’ve added cultures, the default homepage will be www.yourdomain.com/en. If you had a page named info, it’s url will now be www.yourdomain.com/en/info.

Admin interface

No additional setup necessary.

Default language

If no translation is provided, the first language is used.

Removing, reordering languages

Currently there is no cli command that will do this for you, but it’s super easy to edit the settings file manually. It’s located in cms/config/babel.js and look like this:

{
    cultures: [
        'en',
        'de'
    ]
}
Back to topic list

Shout out to pexels and freepik