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

Is there any way to spot missing messages? #3147

Open
3 of 4 tasks
PaulCombal opened this issue Oct 1, 2024 · 1 comment
Open
3 of 4 tasks

Is there any way to spot missing messages? #3147

PaulCombal opened this issue Oct 1, 2024 · 1 comment

Comments

@PaulCombal
Copy link

Describe the feature

Assuming the following example:

<i18n>
en:
  apple: Apple
  pie: Pie
fr:
  apple: Pomme
</i18n>

Is there any command that would allow me to easily spot that the "pie" key is missing on the "fr" locale on that component?

This would be incredibly useful, what are the other possible solutions? Manually comparing every key of every locale on every page is too tough of a job..

Thank you

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

@darthf1
Copy link

darthf1 commented Oct 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants