LCL, Translations unit: copy all flags also when just synchronizing PO files, not only when PO files are updated from RST.

git-svn-id: trunk@46100 -
This commit is contained in:
maxim 2014-08-31 21:58:51 +00:00
parent 3525932e84
commit d23f34e545

View File

@ -638,6 +638,9 @@ var
// set context of new duplicate
if Msg[mctx]='' then
Msg[mctx] := Identifier;
// copy flags to new duplicate
if Flags='' then
Flags := Item.Flags;
// if old duplicate was translated and new one is not,
// provide an initial translation and set a flag to mark it fuzzy
if (Msg[mstr]='') and (Item.Translation<>'') then begin