Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Symfony Flex #207

Open
Mondane opened this issue Aug 7, 2018 · 1 comment
Open

Compatibility with Symfony Flex #207

Mondane opened this issue Aug 7, 2018 · 1 comment

Comments

@Mondane
Copy link
Contributor

Mondane commented Aug 7, 2018

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.

@hacfi
Copy link
Collaborator

hacfi commented Aug 8, 2018

We need to work on a PR for https://github.com/symfony/recipes-contrib then. I won't have time this week but could prepare this the next weeks if noone else has time to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants