mfrouh/check-missing-translations

Checks if all translations are there for all languages

Installs: 1 526

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mfrouh/check-missing-translations

1.6 2023-09-11 11:32 UTC

This package is auto-updated.

Last update: 2025-09-11 16:08:34 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