genstrings_swift icon indicating copy to clipboard operation
genstrings_swift copied to clipboard

genstrings commandline tool for Swift

Results 3 genstrings_swift issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/Users/gitlab/genstrings_swift/genstrings_merge.py", line 60, in main() File "/Users/gitlab/genstrings_swift/genstrings_merge.py", line 55, in main strings = generate_strings(args.filepaths) File "/Users/gitlab/genstrings_swift/genstrings_merge.py", line 26, in generate_strings strings = parse_file(filepath) File...

after running, I get an error: `xargs: ggrep: Argument list too long`

1. Update the python script for generating the string file from swift source. Now, it supports generating string from multiple inputs. The usage is similar to the Apple's genstrings tool....