Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

How to get report from whole project? #116

Open
SchmidtDawid opened this issue Jul 1, 2020 · 1 comment
Open

How to get report from whole project? #116

SchmidtDawid opened this issue Jul 1, 2020 · 1 comment

Comments

@SchmidtDawid
Copy link

SchmidtDawid commented Jul 1, 2020

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

@whaleforever
Copy link

whaleforever commented Jul 9, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants