You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ExtractXliff.exe with --base-xliff, each string not found in the base Xliff is tagged with <note xml:lang="en">Not found in static scan of compiled code (version 0.0.0)</note>. This is expected.
If ExtractXliff.exe is run again on the same --base-xliff, another "not found" note is added for each run. This clutters the file.
Two requests:
Don't exceed one "not found" note per string
Remove "not found" notes if a string is found in a subsequent extraction
These can both be accomplished by stripping "not found" notes from the Xliff before extraction.
The text was updated successfully, but these errors were encountered:
When running
ExtractXliff.exe
with--base-xliff
, each string not found in the base Xliff is tagged with<note xml:lang="en">Not found in static scan of compiled code (version 0.0.0)</note>
. This is expected.If
ExtractXliff.exe
is run again on the same--base-xliff
, another "not found" note is added for each run. This clutters the file.Two requests:
These can both be accomplished by stripping "not found" notes from the Xliff before extraction.
The text was updated successfully, but these errors were encountered: