You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lexik_translation:
fallback_locale: [nl] # (required) default locale(s) to usemanaged_locales: [nl, fr] # (required) locales that the bundle has to manageauto_cache_clean: truegrid_input_type: textareabase_layout: 'bundles/LexikTranslationBundle/layout.html.twig'resources_registration:
type: databasemanaged_locales_only: true
Before I updated my project, the locale was set correct according to the profiler but after my update to Symfony version 4.3.1, translation locale keeps using the one set under the parameters and thus defined as default_locale
After updating my symfony project from 4.2.9 to 4.3.1, my app keeps using the locale I put under the parameters.locale key:
Translation component config:
Configuration of the bundle:
Before I updated my project, the locale was set correct according to the profiler but after my update to Symfony version 4.3.1, translation locale keeps using the one set under the parameters and thus defined as default_locale
Maybe it has to do something with symfony/symfony#28929
There's already a pull request for this:
#347
But the bundle doesn't load the correct translationsl
The text was updated successfully, but these errors were encountered: