AllLocalizationsToAppleStringsConverterConfigStructure

Version #1

Description:

Todo

No description for this structure

Fields:

  • bundle: String [Optional]
    Default: RespressoStrings
    Description: Defines the bundle name for output strings files
  • 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.
  • fileName: String [Optional]
    Default: RespressoStrings.strings
    Description: Base file name for the output file names.
  • group: String [Optional]
    Default: ios
    Description: Defines the output file’s sync group
  • key: KeyTransformationConfigStructure:v1 [Optional]
    Default: Transforms: [normalize, dumpwhitespace, dumpnonwordchars]
    Description: Defines how the output keys are transformed.
  • 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: [ios]
    Description: Defines which format overrides should be used if they exist for a variable. The first match will be used.

In use by: