Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-translation-diff maintained by mlntn

Description
Diff and fix Laravel translation files
Last update
2018/04/23 05:09 (dev-master)
License
Downloads
63

Comments
comments powered by Disqus

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