i18n-element
Version:
I18N Base Element for lit-html and Polymer
10 lines • 356 B
HTML
<!-- temporary HTML --><html><head><link rel="import" href="../../../i18n-element.html"></head><body><dom-module id="empty-element"><template localizable-text="embedded"><template id="localizable-text">
<json-data>
{
"meta": {},
"model": {}
}
</json-data>
</template>
</template></dom-module><!-- end of dom-module id="empty-element" -->
</body></html>