objc_strings icon indicating copy to clipboard operation
objc_strings copied to clipboard

Feature request: custom prefix support

Open dmi3j opened this issue 9 years ago • 0 comments

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'

dmi3j avatar Jun 06 '16 08:06 dmi3j