This package allows you to find discrepancies between your languages.
First use composer to install the package using the following command
composer require goedemiddag/laravel-missing-translations
In config/lang.php
you can choose to use a different Comparer. The default (and only provided)
comparer works by comparing all languages against your application's base language. Create your
own comparer to implement different behaviour.
php artisan lang:missing