intlify / vue-cli-plugin-i18n

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get report from whole project?

SchmidtDawid opened this issue · 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

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