LocalizationKeyImportStructure

Version #1

Description:

Todo

No description for this structure

Fields:

  • comment: String [Optional]
    Default: null
    Description: Optional comment to define the usage context of this text.
  • externalId: String [Optional]
    Default: null
    Description: 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 data
    Description: Defines the key/name for this localization.
  • tags: Array<String> [Optional]
    Default: Empty array
    Description: Optional tags for this key.
  • translations: Map<String, String> [Optional]
    Default: Empty object
    Description: All the translations of this key to be imported mapped by the language code.
  • variables: Map<String, LocalizationVariableStructure:v2 > [Optional]
    Default: Empty object
    Description: Usable variables of this key mapped by variable’s key/name.