DTLocalizableStringEntry Class Reference
| Inherits from | NSObject |
| Declared in | DTLocalizableStringEntry.h |
Tasks
Getting Information about Entries
-
rawKeyproperty -
rawValueproperty -
tableNameproperty -
bundleproperty -
cleanedKeyproperty -
cleanedValueproperty
Working with Comments
Sorting Entries
Properties
bundle
The bundle name that this entry belongs to
@property (nonatomic, copy) NSString *bundleDeclared In
DTLocalizableStringEntry.hcleanedKey
The contents of the rawKey with escape sequences removed
@property (nonatomic, readonly) NSString *cleanedKeyDeclared In
DTLocalizableStringEntry.hcleanedValue
The contents of the rawValue with escape sequences removed
@property (nonatomic, readonly) NSString *cleanedValueDeclared In
DTLocalizableStringEntry.hrawKey
The raw key as it was found in the original file
@property (nonatomic, copy) NSString *rawKeyDeclared In
DTLocalizableStringEntry.hInstance Methods
addComment:
Appends the comment to the receiver’s list of comments
- (void)addComment:(NSString *)commentParameters
- comment
The comment to add.
Declared In
DTLocalizableStringEntry.hcompare:
Compares the receiver against another entry. This is used for output sorting.
- (NSComparisonResult)compare:(DTLocalizableStringEntry *)otherEntryParameters
- otherEntry
The other entry to compare against
Return Value
An NSComparisonResult
Declared In
DTLocalizableStringEntry.h