mlntn / laravel-translation-diff

Find and fix translation inconsistencies across languages in Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This library finds missing translations in Laravel language files and can add them across all languages. You will need to complete the translation, but this tool removes the tedious manual comparing of language files across translations.

Usage

Compare language files across all translations and show a report of inconsistencies

php artisan lang:diff

Compare language files across all translations and write the corrected files with // @todo for each translation that needs to be added

php artisan lang:diff --fix

About

Find and fix translation inconsistencies across languages in Laravel

License:MIT License


Languages

Language:PHP 100.0%