https://bugzilla.wikimedia.org/show_bug.cgi?id=45894
--- Comment #1 from Niklas Laxström <[email protected]> --- Each save triggers complete refresh of the translation page. There is a race condition here and the order is essentially random. 1) Multiple translations are updated about the same time 2) Some of them can complete faster 3) A hook runs after each save is complete, loading the most recent translation units from master. It saves the updated translation page using the summary of the translation unit which triggered the hook. 4) For the other saves, they also load the most recent translations, but as the content is the same, no revision is recorded in the history. The harm is mostly only a confusion to the users. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
