mfrouh/check-missing-translations

Checks if all translations are there for all languages

1.6 2023-09-11 11:32 UTC

This package is auto-updated.

Last update: 2025-06-11 15:42:56 UTC


README

Check Missing Translations

Check Missing Translations

composer require mfrouh/check-missing-translations

Use this command to check all files

php artisan check-translate

Use this command to check files only in a specific directory

php artisan check-translate --directory=app/Http/Controllers

Example

Example