LocalizationKeyImportStructure
Version #1
Description:
Todo
No description for this structure
Fields:
comment
: String [Optional]- Default: nullDescription: Optional comment to define the usage context of this text.
externalId
: String [Optional]- Default: nullDescription: External id of the key origin. This may be used for matching the previous version of the key.
key
: String [Optional]- Default: Tries to guess a key based on other dataDescription: 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 to be imported mapped by the language code.
variables
: Map<String, LocalizationVariableStructure:v2 > [Optional]- Default: Empty objectDescription: Usable variables of this key mapped by variable’s key/name.