<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?
[X] Could this feature be implemented as a module?
Final checks
[X] Read the contribution guide (The contribution guideline of nuxt-modules/i18n is compliant with Nuxt too).
Describe the feature
Assuming the following example:
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
Final checks