library laravel-translation-diff
Diff and fix Laravel translation files
mlntn/laravel-translation-diff
Diff and fix Laravel translation files
- Monday, April 23, 2018
- by mlntn
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 17 % Grown
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., (*1)
Usage
Compare language files across all translations and show a report of inconsistencies, (*2)
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, (*3)
php artisan lang:diff --fix