Currently, if several users are providing crowdsourced translations at the same time, they’re presented with pending translations in the same order.
The issue with this is we have multiple proposed translations for each key and translator time is wasted.
I propose better handling by either simply randomizing the order keys are presented for translation or something more sophisticated such as user sessions claiming blocks of keys.