move-elevator/composer-translation-validator

A Composer plugin that validates translations files in your project regarding mismatches between language source and target files.

0.2.0 2025-06-24 14:59 UTC

This package is auto-updated.

Last update: 2025-06-25 08:08:08 UTC


README

A Composer plugin that validates translation files in your project regarding mismatches between language files.

Features

Installation

composer require --dev move-elevator/composer-translation-validator

Usage

composer validate-translations ./Resources/Private/Language

console.jpg

See ValidateTranslationCommand.php for further details.

Testing

Run the following command to execute a test scenario:

test/Build/app/vendor/bin/composer translation:xliff:all:check

License

This project is licensed under GNU General Public License 3.0 (or later).