I’ve been facing an issue lately with missing translation keys in my Laravel projects. It was frustrating to manage and, frankly, didn’t look good for my clients. To solve this, I built a simple CLI tool that scans your entire codebase and identifies all missing translation keys for any locale you implement.
Check out the repo here: https://github.com/OthmanHaba/laravel-missing-translations
Top comments (0)