-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Genstrings fails with the error:
"Bad entry in file ./Categories/GHNSString+TimeInterval.m (line = 35): Argument is not a literal string."
I'm assuming that because
define GHIntervalLocalize(key, defaultValue) NSLocalizedStringWithDefaultValue(key, tableName, bundle, defaultValue, nil)
doesn't actually define tableName or bundle anywhere. However changing the last bit to:
NSLocalizedStringWithDefaultValue(key, nil, [NSBundle mainBundle], defaultValue, nil)
doesn't actually help.
Any thoughts?
Thanks for the very useful categories!
Metadata
Metadata
Assignees
Labels
No labels