Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: list translations command option #15234

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

VasasA
Copy link
Contributor

@VasasA VasasA commented Jan 3, 2025

Description

This PR introduces a new option for 'check-translations' command for Filament 4.x. The 'check-translations' command helps to find missing and deleted translations. You need to see all translations to find all errors, like typos and changed English strings. You can list all translations with new --list option.
(Related unmerged PR.)

Functional changes

Example usage: list Filament hungarian translations:

php artisan filament:check-translations hu --list

Command output:
kép

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

@danharrin danharrin added the enhancement New feature or request label Jan 4, 2025
@danharrin danharrin added this to the v4 milestone Jan 4, 2025
@VasasA VasasA mentioned this pull request Jan 4, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants