move-elevator/composer-translation-validator

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

0.1.0 2025-05-28 12:40 UTC

This package is auto-updated.

Last update: 2025-05-28 12:42:36 UTC


README

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

Features

  • Autodetect according language files
  • Detects missing translations
  • Supports the following formats:
    • XLIFF - *.xlf, *.xliff

Installation

composer require --dev move-elevator/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).