mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
LazUtils: when updating existing translation item, copy Flags together with translation if needed, just like we do for newly added item.
git-svn-id: trunk@57016 -
This commit is contained in:
parent
33824ac6a0
commit
26ce2347a4
@ -1681,6 +1681,8 @@ begin
|
||||
if Item.Context='' then
|
||||
Item.Context := Item.IdentifierLow;
|
||||
Item.Translation := ItemTmp.Translation;
|
||||
if Item.Flags='' then
|
||||
Item.Flags := ItemTmp.Flags;
|
||||
Item.ModifyFlag(sFuzzyFlag, true);
|
||||
// if old item is fuzzy, copy PreviousID too
|
||||
if pos(sFuzzyFlag, ItemTmp.Flags)<>0 then
|
||||
|
Loading…
Reference in New Issue
Block a user