LocalizationVariableConfigStructure

Version #1

Description:

Defines the configuration for localization variable handling.

Fields:

  • overrides: Map<String, String> [Optional]
    Default: empty object
    Description: Define global variable formatting overrides. This will act as you would define these overrides for each variable in the ‘LocalizationVariableStructure.overrides’ except that those will override these. (Keys are format identifiers (eg.: android or i18n) and values are the actual placeholders placed in the text during a conversion that references this format. You can use {{key}} as a placeholder for the variable’s key. Also {{index}} (starts from 0) {{position}} (starts from 1) will be replaced to the IEEE printf format’s argument index if present, otherwise the variable order will be used.)