Filter strings with multiple translations by the same user

Is it possible to filter strings with multiple (not just one) translations by the same user (as in the user submitted two+ translations)?

Hi @its_miroma !

For this purpose you may try to use Croql filter:

Please give it a try and let us know about the result!

1 Like

This works, but is it possible to make it more generic (two+ translations by any user, not just by its_miroma):

count of translations where (user = @user:"its_miroma") > 1

@its_miroma, you can filter out strings where is more than 2 translations are added, but I’m afraid, there’s no option to specify translations that were saved by the same user.

1 Like