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