DTLocalizableStringAggregator Class Reference
| Inherits from | NSObject |
| Declared in | DTLocalizableStringAggregator.h |
Overview
An aggregator that parses one or more source files and aggregates the results in multiple string tables.
You use this be calling beginProcessingFile: for each file. This starts the parsing thread for each file. Then you call aggregatedStringTables which blocks until all files are fully parsed.
Tasks
Getting Information about the Aggregator
-
wantsPositionalParametersproperty -
inputEncodingproperty -
tablesToSkipproperty -
customMacroPrefixproperty -
defaultTableNameproperty
Scanning Files
Properties
customMacroPrefix
The custom macro prefix to use instead of NSLocalizedString.
@property (nonatomic, retain) NSString *customMacroPrefixDeclared In
DTLocalizableStringAggregator.hdefaultTableName
The default table name, if not set it defaults to “Localizable”.
@property (nonatomic, retain) NSString *defaultTableNameDeclared In
DTLocalizableStringAggregator.hinputEncoding
The encoding to use for interpreting the input files
@property (nonatomic, assign) NSStringEncoding inputEncodingDeclared In
DTLocalizableStringAggregator.h