F
Filament5mo ago
ericmp

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
Solution:
and is this one: filament:check-translations...
Jump to solution
5 Replies
ericmp
ericmp5mo ago
i remember finding it in the docs but im not having luck finding it again :/
dissto
dissto5mo ago
Laravel News
Find Missing Translations with the Laravel Translations Checker - L...
The Laravel Translations Checker package finds missing translations in the languages you support.
ericmp
ericmp5mo ago
ahh, near was somethink like this but filament related found it! i did: php artisan filament i got:
Laravel Framework 10.42.0

Usage:
command [options] [arguments]

Options:
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
--env[=ENV] The environment the command should run under
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands for the "filament" namespace:
filament:assets Set up Filament assets.
filament:check-translations Check for missing and removed translations
filament:install Install Filament.
filament:upgrade Upgrade Filament to the latest version
Laravel Framework 10.42.0

Usage:
command [options] [arguments]

Options:
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
--env[=ENV] The environment the command should run under
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands for the "filament" namespace:
filament:assets Set up Filament assets.
filament:check-translations Check for missing and removed translations
filament:install Install Filament.
filament:upgrade Upgrade Filament to the latest version
Solution
ericmp
ericmp5mo ago
and is this one: filament:check-translations
dissto
dissto5mo ago
Cool, never knew this was a thing 🦾 (in filament)