In this scenario, Pimcore shows an object preview from the database instead of from the session. I suppose that the i18n ignores the pimcore_object_preview parameter.
I'll investigate, I promise!
My i18n_dev.yml
i18n:
mode: country
locale_adapter: system
default_locale: 'en'
translations: ~
zones:
zone1:
id: 1
domains:
- docker
- it
- error
- en
- error
config:
mode: country
default_locale: 'en'
locale_adapter: system
translations: ~
I defined a link generator to view the object preview in the Pimcore admin. The object preview works fine without the i18n bundle but doesn't with it.
That's what I expected:
That's what I get:
In this scenario, Pimcore shows an object preview from the database instead of from the session. I suppose that the i18n ignores the
pimcore_object_preview
parameter. I'll investigate, I promise!My i18n_dev.yml