Take msgctxt into account when comparing old and new strings

Authored by huftis on Sep 3 2019, 7:42 PM.

Description

Take msgctxt into account when comparing old and new strings

The diff view was trying to compare ‘original msgctxt + newline +
original msgid’ with ‘new msgid’, which failed for all strings which
had a msgctxt field. (It looked like there were many changes at the
start of each string.) Now it compares it with ‘new msgctxt + newline +
new msgid’.

Details

Committed
huftisSep 3 2019, 7:43 PM
Parents
R456:b5f5c8eb13f8: Delete translation memory “meta” scan jobs when switching projects
Branches
Unknown
Tags
Unknown