Skip to content

This package allows you to find discrepancies between your languages.

License

Notifications You must be signed in to change notification settings

goedemiddag/laravel-missing-translations

Repository files navigation

Laravel Missing Translations finder

This package allows you to find discrepancies between your languages.

Installation

First use composer to install the package using the following command

composer require goedemiddag/laravel-missing-translations

Configuration

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.

Usage

php artisan lang:missing