-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: list translations command option
- Loading branch information
Showing
2 changed files
with
156 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,13 @@ If you've published the translations into your app and you'd like to check those | |
php artisan filament:check-translations es --source=app | ||
``` | ||
|
||
You need to fix the translations where the English strings have changed. If you want to check the strings, you can list all translations with `--list` option: | ||
|
||
```bash | ||
php artisan filament:check-translations es --list | ||
php artisan filament:check-translations es --source=app --list | ||
``` | ||
|
||
## Security vulnerabilities | ||
|
||
If you discover a security vulnerability within Filament, please email Dan Harrin via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters