Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 345 Bytes

Laravel Translation Report

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