AllLocalizationsToObjectiveCClassConverterConfigStructure

Version #2

Description:

Todo

No description for this structure

Fields:

  • bundleId: String [Optional]
    Default: null
    Description: Defines the module’s/framework’s bundle id. Eg.: io.respresso.app
  • group: String [Optional]
    Default: objc
    Description: Defines the output files’ sync group
  • key: KeyTransformationConfigStructure:v1 [Optional]
    Default: Transforms: [normalize, dumpwhitespace, dumpnonwordchars]
    Description: Defines how the output keys are transformed. WARNING: This must match the AppleStringsConverter’s config to ensure it won’t break at runtime.
  • keysClassName: String [Optional]
    Default: RespressoStringKeys
    Description: Defines the name of the output class name containing the localization keys
  • languagesClassName: String [Optional]
    Default: RespressoLanguages
    Description: Defines the name of the output class name containing the localization languages
  • param: KeyTransformationConfigStructure:v1 [Optional]
    Default: Strategy: always; Transforms: [camelcaseword, underscoreprefixnonletter]
    Description: Defines how the output function’s parameters are transformed from the variable name.
  • property: KeyTransformationConfigStructure:v1 [Optional]
    Default: Strategy: always; Transforms: [camelcaseword, underscoreprefixnonletter]
    Description: Defines how the output properties are transformed from the key.
  • stringsClassName: String [Optional]
    Default: RespressoStrings
    Description: Defines the name of the output class name containing the resolved localizations
  • tableName: String [Optional]
    Default: RespressoStrings
    Description: Defines the table name of the strings files

In use by:


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.
  • key: KeyTransformationConfigStructure:v1 [Optional]
    Default: Transforms: [normalize, dumpwhitespace, dumpnonwordchars]
    Description: Defines how the output keys are transformed. WARNING: This must match the AppleStringsConverter’s config to ensure it won’t break at runtime.
  • property: KeyTransformationConfigStructure:v1 [Optional]
    Default: Strategy: always; Transforms: [camelcaseword]
    Description: Defines how the output properties are transformed from the key.

In use by: