druc/laravel-langscanner

Scan missing language translations.

Fund package maintenance!
druc

v2.2.0 2024-03-25 20:09 UTC

This package is auto-updated.

Last update: 2024-04-25 20:24:01 UTC


README

Latest Version on Packagist Tests Total Downloads

This package scans your project for missing translation keys and then writes them into individual json files for you to fill in.

Installation

You can install the package via composer:

composer require druc/laravel-langscanner

Usage

Scan your project for missing translations:

// outputs and writes translations for the specified language (dutch)
php artisan langscanner nl

// outputs and writes translations in the existing {language}.json files
php artisan langscanner

Credits

This package is based on joedixon/laravel-translation and themsaid/laravel-langman-gui

License

The MIT License (MIT). Please see License File for more information.