i18n-element
Version:
I18N Base Element for lit-html and Polymer
22 lines • 661 B
HTML
<!-- temporary HTML --><html><head></head><body><encoded-original>CiAgICA8c3BhbiBpZD0ib2xkTGFuZyI+PC9zcGFuPgo=</encoded-original><link rel="import" href="../../../i18n-element.html"><template id="preference-element" basepath="preference/" localizable-text="embedded">
<span id="oldLang"></span>
<template id="localizable-text">
<json-data>
{
"meta": {},
"model": {}
}
</json-data>
</template>
</template><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>
</body></html>