konradmichalik / composer-translation-validator
A Composer plugin that validates translations files in your project regarding mismatches between language source and target files.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >= 8.0
- composer-plugin-api: ^1.0 || ^2.0
- ext-xml: *
- symfony/console: ^4.4.11 || ^5.0.11 || ^6.0
- symfony/filesystem: ^4.4.11 || ^5.0.11 || ^6.0
Requires (Dev)
- armin/editorconfig-cli: ^2.0
- composer/composer: ^2.0
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/phpstan: ^1.2
- roave/security-advisories: dev-latest
- symfony/translation: ^6.3 || ^7.0
This package is auto-updated.
Last update: 2025-05-26 09:08:38 UTC
README
Note
Will be further developed in the following repository: https://github.com/move-elevator/composer-translation-validator
A Composer plugin that validates translation files in your project regarding mismatches between language source and target files.
Features
- Autodetect according source and target files
- Detects missing translations
- Supports the following formats:
- XLIFF
Installation
composer require --dev konradmichalik/composer-translation-validator
Usage
composer validate-translations ./Resources/Private/Language
License
This project is licensed under GNU General Public License 3.0 (or later).