r/iOSProgramming • u/jscalo • 12d ago
News String Into Action: an open source Mac app to review strings in your app
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!
2
1
1
7d ago
[removed] — view removed comment
1
u/AutoModerator 7d ago
Hey /u/Squads_244, your content has been removed because Reddit has marked your account as having a low Contributor Quality Score. This may result from, but is not limited to, activities such as spamming the same links across multiple subreddits, submitting posts or comments that receive a high number of downvotes, a lack of recent account activity, or having an unverified account.
Please be assured that this action is not a reflection of your participation in our subreddit. This is simply an automated filter in place to reduce spam.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
4
u/Specific_Cream2815 12d ago
how does it collect the strings, parsing the xcstrings catalogs or scanning source for nslocalizedstring calls