Closed zherdev-artem closed 3 years ago
Hi
Environment
Describe the bug In Ukrainian language property-table translation has symbol, like "Property value (required)" => "Значення властивості (обов`язково)"
All of the property-standard admin templates have ` in v-bind:i18n object:
Due to this vue do not render component as expected. The fix is to paste ' instead ` or somehow escaping symbols in the object.
Please, fix it everywhere.
Thanks for the hint. The escape problem is now fixed in dev-master and 2021.07.x-dev. If you update to 2021.07, you can get the fixed version executing:
dev-master
2021.07.x-dev
composer req aimeos/ai-admin-jqadm:2021.07.x-dev
Hi
Environment
Describe the bug In Ukrainian language property-table translation has symbol, like "Property value (required)" => "Значення властивості (обов`язково)"
All of the property-standard admin templates have ` in v-bind:i18n object:
Due to this vue do not render component as expected. The fix is to paste ' instead ` or somehow escaping symbols in the object.
Please, fix it everywhere.