How to check if filament translation keys are missing
i want to check in filament if all filament translations for a given language are translated
there was a command to check it but i cant remember how it was
5 Replies
i remember finding it in the docs but im not having luck finding it again :/
Laravel News
Find Missing Translations with the Laravel Translations Checker - L...
The Laravel Translations Checker package finds missing translations in the languages you support.
ahh, near
was somethink like this but filament related
found it!
i did:
php artisan filament
i got:
Solution
and is this one:
filament:check-translations
Cool, never knew this was a thing 🦾 (in filament)