bottelet/translation-checker
Laravel dev tool to scan your code for translation strings, detect missing keys in lang files (JSON/PHP), and sync them across locales. Optionally use AI to auto-translate missing entries; otherwise adds null placeholders to keep files consistent.
composer require), but requires careful configuration for AI translation services and custom file patterns. Existing projects can adopt incrementally via CLI commands without code changes.@translate comments.trans_choice pluralization syntax?@translate annotations?.blade.php/.php files. No support for non-Laravel frameworks out-of-the-box.--dev dependency in all environments.translations:check to identify missing keys.translations:sync to propagate base language (e.g., en) to other locales.translations:check into PR checks.translations:sync for consistency.How can I help you explore Laravel packages today?