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.
When I require this bundle, I get the following error:
A workaround is to add the configuration beforehand:
config/packages/lunetics_locale.yaml
But this shouldn't be necessary.