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
When you reuse keys in a JSON files and never use it in code, they're treated as never used. This is an example of my keys being reused, common keys are reused with the sintax @: in validationFields:
Seems like you need to use the keys specifically with vue-i18n functions, cause this also happens when you integrate with another library. For example, in my JSON, the object validationFields is used in a validation library, never use with vue-i18n functions and because of that is always treated as unused keys.
With this behaivour it's hard to know when you have unused keys.
The text was updated successfully, but these errors were encountered:
When you reuse keys in a JSON files and never use it in code, they're treated as never used. This is an example of my keys being reused,
common
keys are reused with the sintax@:
invalidationFields
:Seems like you need to use the keys specifically with vue-i18n functions, cause this also happens when you integrate with another library. For example, in my JSON, the object
validationFields
is used in a validation library, never use with vue-i18n functions and because of that is always treated as unused keys.With this behaivour it's hard to know when you have unused keys.
The text was updated successfully, but these errors were encountered: