A single glossary term for a single locale
| name | data type | description |
|---|---|---|
| content | string | The term's translation in the given locale |
| comment | string | |
| locale | string | Term's locale |
| lastModifiedDate | number | A timestamp indicating the last modification date for this entry |
| lastModifiedBy | string | A string which identifies the user who last modififed this entry |
Example
{
"content" : "Una casa",
"comment" : "...",
"locale" : "es-ES",
"lastModifiedDate" : 12345,
"lastModifiedBy" : "homer"
}