i18n-element
Version:
I18N Base Element for lit-html and Polymer
27 lines • 734 B
JSON
{
"meta": {
"todo": []
},
"model": {},
"compound-format-text": [
{
"0": "fr You ({3}) gave no gifts.",
"1": {
"male": "fr You ({3}) gave him ({4}) {5}.",
"female": "fr You ({3}) gave her ({4}) {5}.",
"other": "fr You ({3}) gave them ({4}) {5}."
},
"one": {
"male": "fr You ({3}) gave him ({4}) and one other person {5}.",
"female": "fr You ({3}) gave her ({4}) and one other person {5}.",
"other": "fr You ({3}) gave them ({4}) and one other person {5}."
},
"other": "fr You ({3}) gave them ({4}) and {1} other people gifts."
},
"{{parts.1 - 1}}",
"{{parts.2}}",
"{{parts.3}}",
"{{parts.4}}",
"fr a gift"
]
}