You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Component based localization, which allows for specifying the messages for each country code within the component itself so it's easier to keep track of which component is using which translations. However; since there is no way to configure this to look for translation keys within the components, I can't use the @intlify/vue-i18n/no-missing-keys rule without it throwing warnings.
Your take on the correct solution to problem.
By default, it should look at the components to see if there are any translation keys specified in either messages or sharedMessages.
The text was updated successfully, but these errors were encountered:
Tell us about your environment
The problem you want to solve.
I want to use Component based localization, which allows for specifying the messages for each country code within the component itself so it's easier to keep track of which component is using which translations. However; since there is no way to configure this to look for translation keys within the components, I can't use the
@intlify/vue-i18n/no-missing-keys
rule without it throwing warnings.Your take on the correct solution to problem.
By default, it should look at the components to see if there are any translation keys specified in either
messages
orsharedMessages
.The text was updated successfully, but these errors were encountered: