Is there a way to check the "Has Been Reviewed" box en masse?

It seems like whenever I make updates to the localization of my game (7000 strings, only in Chinese), many of them get flagged for review. I’ve had issues where sometimes a string won’t be translated in game, even though the string ID is the same and I’m not checking for minor changes, so I thought maybe the review thing was causing some issues.

Right now, about half are in the needs review stage, so I was wondering if there was any way to just mark them all as good. Exporting to a CSV like a data table, a series of keyboard commands I can assign to a macro, a plugin that does it for me. I’m open to pretty much anything that isn’t code related.

Thanks in advance.

I just found this out…

You can click on a CHECKED cell in the “Has Been Reviewed” column and press ctrl+c.
Then, select a range of unchecked rows by clicking the first and shift-clicking the last.
Then press ctrl+v and they will become checked.

The way the rows highlight leads you to think that all the cells with text will get overwritten, but they don’t get affected.

1 Like