Documentation
i18n Property
Represents a string that can be resolved via a localization properties file. You can use the same i18n Property key
and value in multiple places if you like, but identical keys must have identical values.
Example
{
"name": {
"value": "jim",
"i18n": "my.name.is.jim"
}
}