Skip to content
  • Sandro Knauß's avatar
    Select most voted suggestion (ref: #16932) · 9e42e6d8
    Sandro Knauß authored
    If one translation unit has multiple suggestion, we want to select the
    one that has the most up-votes. As second sorting parameter, the
    timestamp is used.
    
    python sorted() function is guaranteed to be stable.
    9e42e6d8