LarsWiegers / laravel-translations-checker

Never worry about missing translations again! Use the translations checker.
MIT License
231 stars 16 forks source link

php artisan translations:unsed #11

Open open-soft-app opened 2 years ago

open-soft-app commented 2 years ago

a killer feature (for me :-)) would be to find out which translations are not used in the code.

Something like: php artisan translations: unsed

There is no such thing even as an IDE plug-in like PHP Storm or Visual Code.

So many times I have created translations that the maintenance of the site has made them useless.

LarsWiegers commented 2 years ago

Very cool idea. I dont know when I will have the time to try and implement it, but definitely love the idea.

nsnvglobal commented 2 years ago

That would be a cool feature to clean up existing project.

bilfeldt commented 2 years ago

FYI this feature is implemented by this package: https://github.com/vemcogroup/laravel-translation

LarsWiegers commented 2 years ago

Taking a look at this now :)