AllLocalizationsToObjectiveCClassConverterConfigStructure
Version #2
Description:
Todo
No description for this structure
Fields:
bundleId: String [Optional]- Default: nullDescription: Defines the module’s/framework’s bundle id. Eg.: io.respresso.app
group: String [Optional]- Default: objcDescription: 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: RespressoStringKeysDescription: Defines the name of the output class name containing the localization keys
languagesClassName: String [Optional]- Default: RespressoLanguagesDescription: 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: RespressoStringsDescription: Defines the name of the output class name containing the resolved localizations
tableName: String [Optional]- Default: RespressoStringsDescription: 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: nullDescription: 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.