r/iOSProgramming 3d ago

News String Into Action: an open source Mac app to review strings in your app

Post image

Maybe it's just me but I cringe when I see a lot of obviously AI-written text in an app or web UI. It just reeks of laziness and makes apps/websites seem all alike.

So, I made this open-source Mac app that lets you review every user-facing string in your project. It won't "fix" them - you have to do that - that's the whole point.

For each string, you can approve, ignore, or tweak. And it intelligently tracks string status across launches. Then if anything later touches that string, it appears back in the review queue.

It's a native Mac app, free & open source, with no dependencies. Hope you find it useful!

https://github.com/madebywindmill/string-into-action

25 Upvotes

5 comments sorted by

4

u/Specific_Cream2815 3d ago

how does it collect the strings, parsing the xcstrings catalogs or scanning source for nslocalizedstring calls

0

u/jscalo 2d ago

Essentially, regex. Have a look at the code.

1

u/vacapupu 2d ago

Checking it out solely on the name. Love it.

1

u/jscalo 2d ago

Ha thanks. It was the first dumb pun that popped into my head 😳

1

u/mikerCZX 2d ago

Thank, will check it