UNPKG

i18n-element

Version:

I18N Base Element for lit-html and Polymer

14 lines 461 B
<!-- temporary HTML --><html><head><link rel="import" href="../../../i18n-element.html"></head><body><dom-module id="multiple-element"><template localizable-text="embedded"> <div id="base"> {{parts.0}} </div> <div id="save"></div><template id="localizable-text"> <json-data> { "meta": {}, "model": {} } </json-data> </template> </template></dom-module><!-- end of dom-module id="multiple-element" --> </body></html>