i18n-element
Version:
I18N Base Element for lit-html and Polymer
70 lines • 1.79 kB
JSON
{
"model": {},
"item-update2:text": [
"updated: {1}, by: ",
"{{text.updated}}"
],
"item-update2:text_2": " xxx ",
"item-update2:template_3:span:b": "IF CONTENT",
"item-update2:b_4": "abc",
"item-update2:template_5:text": "IF CONTENT 2",
"item-update2:text_6": " hello ",
"item-update": [
"updated: {1}, by: \n {2}\n xxx\n {3}\n {4}\n {5}\n hello\n \n {6}\n {7} ",
"{{text.updated}}",
" {{item.name}} ",
"IF CONTENT",
"abc",
"IF CONTENT 2",
"<template>",
"{{text.updated}}"
],
"item-update3:text": [
"updated: {1}, by: ",
"{{text.updated}}"
],
"item-update3:text_2": " xxx ",
"item-update3:template_3:b": "IF",
"item-update3:template_3:b_1": "CONTENT",
"item-update3:b_4": "abc",
"item-update3:template_5:text": "IF CONTENT 2",
"item-update3:text_6": " hello ",
"item-update4:text": [
"updated: {1}, by: ",
"{{text.updated}}"
],
"item-update4:template_1:text": [
" {1} = {2} ",
"{{item.name}}",
"{{text.updated}}"
],
"item-update4:text_2": " xxx ",
"item-update4:template_3:b": "IF CONTENT",
"item-update4:b_4": "abc",
"item-update4:template_5:text": "IF CONTENT 2",
"item-update4:text_6": " hello ",
"paragraph": [
"A paragraph with \n {1}\n is converted to \n {2}. ",
"{{item}} ",
"<i18n-format>"
],
"paragraph2:text": "A paragraph with deep ",
"paragraph2:text_2": " is ",
"paragraph2:b_3": "not",
"paragraph2:text_4": " converted to ",
"paragraph2:code_5": "<i18n-format>",
"paragraph2:text_6": ". ",
"authors": [
{
"name": "Joe"
},
{
"name": "Alice"
}
],
"updated": "Jan 1st, 2016",
"parameters": [
"parameter 1",
"parameter 2"
]
}