LocalizationResourceDataStoredStructure
Version #2
Description:
Represents all the data stored for a Localization resource
Fields:
comment
: String [Optional]- Default: nullDescription: Optional comment to define the usage context of this text.
externalIds
: Array<String> [Optional]- Default: Empty arrayDescription: External ids which references this key. Used for merging data imported from external tools.
key
: String [Required]- Description: Defines the key/name for this localization.
tags
: Array<String> [Optional]- Default: Empty arrayDescription: Optional tags for this key.
translations
: Map<String, String> [Optional]- Default: Empty objectDescription: All the translations of this key mapped by the language code.
variables
: Array< LocalizationVariableStructure:v2 > [Optional]- Default: Empty arrayDescription: Usable variables of this key. This order is used as the parameter order in source code.