Skip to content

Compatibility with Symfony Flex #207

@Mondane

Description

@Mondane

When I require this bundle, I get the following error:

The child node "guessing_order" at path "lunetics_locale" must be configured.

A workaround is to add the configuration beforehand:

config/packages/lunetics_locale.yaml

lunetics_locale:
    allowed_locales: [ 'en' ]
    guessing_order:
        - query
        - session
        - cookie
        - browser
        - router
    switcher:
        show_current_locale: true

But this shouldn't be necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions