Skip to content

zirkeldesign/laravel-find-missing-translations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find missing Laravel Translations

Artisan command to find missing translations. It takes a basic locale and find missing keys/translations in other locales.

Package logo

Output example:

Output example

Installation

composer require diglabby/laravel-find-missing-translations --dev

Usage

Use default locate as base and default Laravel's path to lang files:

php artisan translations:missing

You can specify a base locale:

php artisan translations:missing --base=es

You can specify a relative or absolute path to lang directory location:

php artisan translations:missing --dir=/resources/my-custom-lang-dirname

Contributing

Testing

composer test

Thanks

Inspired by VetonMuhaxhiri/Laravel-find-missing-translations

About

Artisan command to find missing translations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%