Closed tristanbes closed 6 years ago
Little bit late to the party but: This isn't a problem with this bundle but with the translation component from symfony (where the linter comes from).
The linter only supports xliff 1.2, not 2.0 which your file is (by default).
To still be able to use the linter, you can set the version in the config of this bundle (xliff_version: 1.2
) to generate compatible files.
Hello,
When running command
bin/console lint:xliff translations
on generated.xlf
it fails