Hi there, thanks for making this!
It was missing 2 things I needed:
1) it was really slow (I have a large source-base), because it was confined to one thread. It is now parallelized so you can use all your CPU cores
2) I want this to (destructively) modify my strings files, so I added a "write" parameter. If "write" is present, it'll update the strings files.
I made separate commits for (1) and (2).
All the best
-tim
Hi there, thanks for making this! It was missing 2 things I needed: 1) it was really slow (I have a large source-base), because it was confined to one thread. It is now parallelized so you can use all your CPU cores 2) I want this to (destructively) modify my strings files, so I added a "write" parameter. If "write" is present, it'll update the strings files. I made separate commits for (1) and (2). All the best -tim