vue-cli-plugin-i18n
vue-cli-plugin-i18n copied to clipboard
How to get report from whole project?
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
i18n:report
only encapsulate vue-i18n-extract
. The documentation is here https://pixari.github.io/vue-i18n-extract/