Open LukasWallisch opened 3 years ago
Thank you for your reporting!
This issue is vue-cli-plugin-i18n
.
So, transfer it
vue-cli-service i18n:report
is experimental.
I have planned the drop this feature because we can realize with using eslint-plugin-vue-i18n
We recommend that you will to use eslint-plugin-vue-i18n
Reporting a bug?
If i use a i18n in a pure ts file in my assets foulder the Missing Entry detection from i18n:report doesn't work correctly:
And yes
toast.register
is definitly not defined anywhere!It seems that if there is no space infront of the
t
then its not detected -.- But with correct Formating must not be a space... so hmm.... not perfect...Version "vue-i18n": "^9.1.0",
Expected behavior
The not detected one in the example should be detected...
Reproduction
like in the minimal example
System Info
Screenshot
No response
Additional context
No response
Validations