When running Sync-XliffTranslations with a target, which contains needs-adaptation targets, which have "Source text has changed" notes, note gets removed. #35
Labels
enhancement
New feature or request
I have a
messages.xlf
and amessages.en-US.xlf
file. If a source node gets modified inmessages.xlf
, it appears inmessages.en-US.xlf
as the target state isneeds-adaptation
, and a note is added saying that the source text has changed.This is totally OK.
But, if I re-run the same command, the
<note>
node gets removed, but everything else stays the same. The expected result would be that the note remains there if the target's state is stillneeds-adaptation
.Command used for generation:
Sync-XliffTranslations -sourcePath "messages.xlf" -targetPath "messages.en-US.xlf"
messages.xlf
used:The text was updated successfully, but these errors were encountered: