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
Describe the bug
I have two languages configured: german (default, 0), english (1)
In english, in the fluid template the {attribute.value} (fetched with f:for-loop out of {product.attributes}) is rendered correctly english.
But the {attribute.label} and {attribute.name} are rendered still german.
To Reproduce
Steps to reproduce the behavior:
Configure two languages
Add attribute set
Add attributes to attribute set
Translate attribute set and attributes
Screenshots
Expected behavior {attribute.label} and {attribute.name} should be rendered translated.
Describe the bug
I have two languages configured: german (default, 0), english (1)
In english, in the fluid template the
{attribute.value}
(fetched withf:for
-loop out of{product.attributes}
) is rendered correctly english.But the
{attribute.label}
and{attribute.name}
are rendered still german.To Reproduce
Steps to reproduce the behavior:
Screenshots
Expected behavior
{attribute.label}
and{attribute.name}
should be rendered translated.Additional context
pxa_product_manager version: 9.14.2
The text was updated successfully, but these errors were encountered: