Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Available locales not properly updated #4901

Description

@Guite

@ThiloWitt copied translates into a 3.1 test site, went into the Settings module and saw all locales there. Afterwards this error occured: Invalid configuration at path "jms_i18n_routing.default_locale": The default locale must be one of the configured locales..

The problems was caused by config/packages/zikula_settings.yaml which was not properly updated.
It contained:

zikula_settings:
    locales:
        1: es

Things worked after he changed it to:

zikula_settings:
    locales:
        1: en
        2: es 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions