i18n-element
Version:
I18N Base Element for lit-html and Polymer
17 lines • 857 B
HTML
<!-- temporary HTML --><html><head></head><body><encoded-original>CiAgICA8c3BhbiBpZD0ibGFiZWwxIj5MZWdhY3kgVUkgbGFiZWwgMTwvc3Bhbj48YnI+CiAgICA8c3BhbiBpZD0ibGFiZWwyIj5MZWdhY3kgVUkgbGFiZWwgMjwvc3Bhbj48YnI+CiAgICA8c3BhbiBpZD0ibGFiZWwzIj5MZWdhY3kgVUkgbGFiZWwgMzwvc3Bhbj4K</encoded-original><link rel="import" href="../../../i18n-element.html"><dom-module id="i18n-legacy-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": "Legacy UI label 1",
"label2": "Legacy UI label 2",
"label3": "Legacy UI label 3"
}
</json-data>
</template>
</template></dom-module><!-- end of polymer3 dom-module id="i18n-legacy-element" -->
</body></html>