src/core/json-localization.interface.ts
Object mapping of a localized string
Properties |
|
description |
description:
|
Type : string
|
The description of the key used to give some context to the translators. |
dictionary |
dictionary:
|
Type : boolean
|
True means that the key will be mapped to a dictionary in the CMS. |
key |
key:
|
Type : string
|
The key of the localized string. |
ref |
ref:
|
Type : string
|
Optional |
Reference to another key. |
referenceData |
referenceData:
|
Type : boolean
|
True means that the value has to be overriden in the CMS. |
tags |
tags:
|
Type : string[]
|
Optional |
Tags used to filter/categorize localization strings |
value |
value:
|
Type : string
|
Optional |
The default value for EN language. It is mandatory if dictionary is set to false. |