[Enhancement] Register I18N-target attributes for custom elements without I18nBehavior
Closed this issue · 0 comments
t2ym commented
This issue is in sync with t2ym/i18n-behavior#40
Register I18N-target attributes for custom elements without I18nBehavior
.
Example I18N-target attributes in a static template in the light DOM of i18n-attr-repo
:
<i18n-attr-repo>
<template id="custom">
<shop-md-decorator error-message="$"></shop-md-decorator>
</template>
</i18n-attr-repo>