shepp/laravel-translation-report

Generate a CSV report of missing translations in a Laravel project

v1.0.0 2022-09-27 13:16 UTC

This package is auto-updated.

Last update: 2025-06-27 19:52:24 UTC


README

This package registers an Artisan Command to produce a simple CSV report of missing translations between languages.

Basic usage:

php artisan translation:report

To exclude specific files, use one or more --exclude:

php artisan translation:report --exclude=notme.php --exclude=orme.php