konradmichalik/composer-translation-validator

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

dev-main 2025-05-26 09:07 UTC

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

console.jpg

License

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