Polyconseil / vue-gettext

Translate your Vue.js applications with gettext.
MIT License
278 stars 55 forks source link

issue running gettext-extract #103

Closed lfglopes closed 4 years ago

lfglopes commented 4 years ago

After a dependencies update, when i run

gettext-extract --attribute v-translate --quiet --output /tmp/template.pot ./src/App.vue ./src/.....

The following pops out:

No configuration found

I realised the dependent package gettext-extract requires now a .gettext.json configuration file

kemar commented 4 years ago

There may be some misunderstanding. The gettext-extract used in vue-gettext comes from easygettext.

There is no dependency on the package you mention.

lfglopes commented 4 years ago

you're right, nevermind. i guess at some point i didn't have gettext-extract available and pulled in the wrong dependency. thanks and apologies