i18n-element
Version:
I18N Base Element for lit-html and Polymer
17 lines • 892 B
HTML
<!-- temporary HTML --><html><head></head><body><encoded-original>CiAgICA8c3BhbiBpZD0ibGFiZWwxIj5Mb2NhbGl6YWJsZSBVSSBsYWJlbCAxPC9zcGFuPjxicj4KICAgIDxzcGFuIGlkPSJsYWJlbDIiPkxvY2FsaXphYmxlIFVJIGxhYmVsIDI8L3NwYW4+PGJyPgogICAgPHNwYW4gaWQ9ImxhYmVsMyI+TG9jYWxpemFibGUgVUkgbGFiZWwgMzwvc3Bhbj4K</encoded-original><link rel="import" href="../../../i18n-element.html"><dom-module id="localizable-element"><template localizable-text="embedded">
<span id="label1">{{text.label1}}</span><br>
<span id="label2">{{text.label2}}</span><br>
<span id="label3">{{text.label3}}</span>
<template id="localizable-text">
<json-data>
{
"meta": {},
"model": {},
"label1": "Localizable UI label 1",
"label2": "Localizable UI label 2",
"label3": "Localizable UI label 3"
}
</json-data>
</template>
</template></dom-module><!-- end of polymer3 dom-module id="localizable-element" -->
</body></html>