aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
176 stars 43 forks source link

Property-table v-bind:i18n does not work with translates where ` symbol exists. #197

Closed zherdev-artem closed 3 years ago

zherdev-artem commented 3 years ago

Hi

Environment

  1. Version (e.g. aimeos/ai-admin-jqadm:2021.04.12)
  2. Integration (Laravel)
  3. System (Mac)

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: image

Due to this vue do not render component as expected. The fix is to paste ' instead ` or somehow escaping symbols in the object. image

Please, fix it everywhere.

aimeos commented 3 years ago

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:

composer req aimeos/ai-admin-jqadm:2021.07.x-dev