vue-cli-plugin-i18n icon indicating copy to clipboard operation
vue-cli-plugin-i18n copied to clipboard

How to get report from whole project?

Open SchmidtDawid opened this issue 4 years ago • 1 comments

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

SchmidtDawid avatar Jul 01 '20 13:07 SchmidtDawid

i18n:report only encapsulate vue-i18n-extract. The documentation is here https://pixari.github.io/vue-i18n-extract/

whaleforever avatar Jul 09 '20 05:07 whaleforever