UNPKG

i18n-element

Version:

I18N Base Element for lit-html and Polymer

24 lines 708 B
<!-- temporary HTML --><html><head></head><body><encoded-original>CiAgICA8c3BhbiBpZD0ibGFiZWwiPkE8L3NwYW4+Cg==</encoded-original><link rel="import" href="../../../i18n-element.html"><template id="item-element" basepath="multiple-case/" localizable-text="embedded"> <span id="label">{{text.label}}</span> <template id="localizable-text"> <json-data> { "meta": {}, "model": {}, "label": "A" } </json-data> </template> </template><dom-module id="item-element"><template localizable-text="embedded"> <span id="label">{{text.label}}</span> <template id="localizable-text"> <json-data> { "meta": {}, "model": {}, "label": "A" } </json-data> </template> </template></dom-module> </body></html>