Description
Translation Checker is tool designed to help you find translations you forgot to add to your language files, check, and maintain translations in your project. It provides a set of commands to help with language files, ensuring consistency and completeness across your translations. It works with Laravel and supports various frontend frameworks like Vue.js, React, and Svelte.
Translation Checker provides several commands to manage your translations. The most versatile is the check command:
php artisan translations:check en
You can also easily find all sync translations between all files:
php artisan translations:sync en
This will take all translations from the source files and sync them to all your other language files.
Recent Courses on Laravel Daily
Next.js Basics for Laravel Developers
11 lessons
58 min
Roles and Permissions in Laravel 13
14 lessons
57 min
How to Structure Laravel 13 Projects
16 lessons
1 h 32 min read