-
Notifications
You must be signed in to change notification settings - Fork 8
Description
As noted in your blog back in 2020, it looks like you can bundle multiple review requests in a single language into a single PR.
My use case is for Home Assistant integrations with multiple languages - for each release there might be 1 or 2 new messages that need to be translated into 9-10 new messages.
Sometimes we'll do this in dev - particularly if they're short messages that lend themselves to quick translation, but sometimes we miss things.
Here's an example where five languages had small gaps - one or two messages missing.
Creating the translations and the review requests is straightforward, but the only way that I can see to create PRs is language by language - even as project owner, I can't group review requests across languages.
The path to a review is for a single language:
There doesn't seem to be a way to get all reviews:
I've tried (just in case it worked):
https://gitlocalize.com/repo/10621/review
https://gitlocalize.com/repo/10621/reviews
https://gitlocalize.com/repo/10621/*/review
https://gitlocalize.com/repo/10621/%/review
But wasn't surprised when none of them worked.
Would it be possible to review all languages and create a PR for any selected (or all)?