Closed
Description
Would it be possible to add "generator" metadata to XLIFF exports from the Translator component?
I'm thinking something like this, using the specified <tool>
element:
<file tool-id="symfony" source-language="en">
<header>
<tool tool-id="symfony" tool-name="XliffFileDumper" tool-version="2.7" />
</header>
</file>
This will allow other software to handle specific intentions of the format. I currently export three different variations of XLIFF from my software, including one for Symfony and one for XCode. Importing files into the software is the hard part without a hint as to what flavour it is.
I'd contribute a code change myself, but I thought the maintainers would prefer to decide on best practice here.