https://github.com/andersundsehr/grumphp-xliff-task
🚩READONLY: GrumPHP task to lint xlf/xliff Files
https://github.com/andersundsehr/grumphp-xliff-task
grumphp typo3 xliff
Last synced: 3 months ago
JSON representation
🚩READONLY: GrumPHP task to lint xlf/xliff Files
- Host: GitHub
- URL: https://github.com/andersundsehr/grumphp-xliff-task
- Owner: andersundsehr
- License: gpl-3.0
- Created: 2017-07-12T09:25:04.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-23T13:57:28.000Z (11 months ago)
- Last Synced: 2025-07-23T08:34:14.903Z (9 months ago)
- Topics: grumphp, typo3, xliff
- Language: PHP
- Homepage: https://github.com/andersundsehr/grumphp-config/tree/main/packages/grumphp-xliff-task
- Size: 67.4 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://packagist.org/packages/pluswerk/grumphp-xliff-task)
[](https://opensource.org/licenses/LGPL-3.0)
[](https://travis-ci.org/Pluswerk/grumphp-xliff-task)
[](https://codeclimate.com/github/pluswerk/grumphp-xliff-task)
[](https://insight.symfony.com/projects/0dffac96-6dda-48b1-b0a4-452bddaffc50)
# grumphp-xliff-task
GrumPHP task to lint xlf/xliff Files
### grumphp.yml:
```yml
parameters:
tasks:
xlifflint:
ignore_patterns: []
load_from_net: false
x_include: false
dtd_validation: false
scheme_validation: false
triggered_by: [xlf]
extensions:
- PLUS\GrumPHPXliffTask\ExtensionLoader
```
### upgrade from andersundsehr/gurmphp-xliff-task
If you come from [andersundsehr/grumphp-xliff-task](https://github.com/andersundsehr/grumphp-xliff-task), change the extensions Loader path in the grumphp.yml file.
from:
```yml
- AUS\GrumPHPXliffTask\ExtensionLoader
```
to:
```yml
- PLUS\GrumPHPXliffTask\ExtensionLoader
```
### Composer
``composer require --dev pluswerk/grumphp-xliff-task``