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
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Is there any documentation how to use i18n:report?
I have this script in my package.json:
"i18n:report": "vue-cli-service i18n:report --src ./src/pages/user/* --locales src/lang/*"
and it works. But when i want to test whole project like this:
"i18n:report": "vue-cli-service i18n:report --src ./src/**/* --locales src/lang/*"
i got an error:
EISDIR: illegal operation on a directory, read
The text was updated successfully, but these errors were encountered: