objc_strings
objc_strings copied to clipboard
Feature request: custom prefix support
Some project use their own localised macros prefixes. Like
DMLocalizedString(key, comment) instead of normal NSLocalizedString(key, comment). Would be nice to support this in arguments. For example:
"${SRCROOT}/objc_strings.py" --exclude-dirs=['Build','Pods'] --custom-prefix='DM'