Skip to content

Duplicate "Not found" notes from ExtractXliff #113

@papeh

Description

@papeh

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:

  1. Don't exceed one "not found" note per string
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions