AllLocalizationsToAndroidStringsXmlConverterConfigStructure

Version #1

Description:

Todo

No description for this structure

Fields:

  • comment: String [Optional]
    Default: null
    Description: Optional comment to be added to the localization file, if supported.
  • defaultLanguage: String [Optional]
    Default: null
    Description: This will override the category config’s default language configuration when present.
  • exportDefault: Boolean [Optional]
    Default: true
    Description: When enabled, it will place the corresponding file in the default values directory.
  • exportDefaultAsIndividualLanguage: Boolean [Optional]
    Default: false
    Description: When enabled, and the default language is special, it will (also) convert it as it would not be special.
  • fileName: String [Optional]
    Default: respresso.strings.xml
    Description: Base file name for the output file names.
  • group: String [Optional]
    Default: android
    Description: Defines the output file’s sync group
  • key: KeyTransformationConfigStructure:v1 [Optional]
    Default: Transforms: [androidkey]
    Description: Defines how the output keys are transformed.
  • resourceFolder: String [Optional]
    Default: res
    Description: Defines the resource folder’s path.
  • useDefaultLanguageForMissingTranslations: Boolean [Optional]
    Default: true
    Description: When enabled, missing non-default language translations will be substituted with the default language’s translation
  • useVariableFormatOverrides: Array<String> [Optional]
    Default: [android]
    Description: Defines which format overrides should be used if they exist for a variable. The first match will be used.

In use by: