Download the PHP package codappix/xliff-linter without Composer
On this page you can find all versions of the php package codappix/xliff-linter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codappix/xliff-linter
More information about codappix/xliff-linter
Files in codappix/xliff-linter
Download codappix/xliff-linter
More information about codappix/xliff-linter
Files in codappix/xliff-linter
Vendor codappix
Package xliff-linter
Short Description Codappix XLIFF linter
License GPL-2.0-or-later
Homepage https://github.com/Codappix/xliff-linter
Package xliff-linter
Short Description Codappix XLIFF linter
License GPL-2.0-or-later
Homepage https://github.com/Codappix/xliff-linter
Please rate this library. Is it a good library?
Informations about the package xliff-linter
CLI Wrapper around Symfonies XLIFF-linter
Abandoned, use xmllint instead, e.g.:
apk --no-cache add libxml2-utils
wget https://raw.githubusercontent.com/symfony/translation/v4.1.1/Resources/schemas/xliff-core-1.2-strict.xsd
xmllint --schema xliff-core-1.2-strict.xsd --noout $(find localPackages -name '*.xlf')
Where `localPackages` is the folder containing your custom code.
Old description:
Symfony provides a translation package which delivers an XLIFF-Linter.
This packages provides a binary wrapper to lint xliff files using this linter.
Just require the package and call `./vendor/bin/xlifflinter <folder|file>`.
All further information are available in official documentation of symfonies translation package: https://symfony.com/doc/current/translation/lint.html
All versions of xliff-linter with dependencies
PHP Build Version
Package Version
The package codappix/xliff-linter contains the following files
Loading the files please wait ....