objc_strings icon indicating copy to clipboard operation
objc_strings copied to clipboard

Helps in localizing Cocoa applications by showing unused/missing keys in Localizable.strings.

Results 6 objc_strings issues
Sort by recently updated
recently updated
newest added

I've extended your script with an option to remove unused lines from file and saving it to another file. I want to share it. @nst do you want to add...

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'`

When executing the script I get the following in the command line: Traceback (most recent call last): File "./scripts/build/objc_strings.py", line 207, in main() File "./scripts/build/objc_strings.py", line 204, in main show_untranslated_keys_in_project(project_path)...

License of this project is not described. Could you add LICENSE.md or describe license information in README.md?

Thanks Nicolas, This is what I am looking for, But I am unable to run this. I am getting Shell Scriptinvocation Erro. It print all the details like ``` setenv...